COLOR #C0D748

HEX: #C0D748 RGB: (192,215,72)

Color info

#C0D748 contains mainly red and green colors. Web safe color of #C0D748 is #CCCC33 (or #CC3).

RGB color model

#C0D748 color RGB value is (192,215,72).

RGB: (192,215,72) (75%, 84%, 28%)

RGB channels and saturation

R 192 of 255 = 75%
G 215 of 255 = 84%
B 72 of 255 = 28%

192
215
72

R + G + B ~ 62%. #C0D748 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 215 + 72 = 479 (100%)
R 192 of 479 ~ 40.08%
G 215 of 479 ~ 44.89%
B 72 of 479 ~ 15.03'%

%40.08
%44.89
%15.03

CMYK color model

#C0D748 color CMYK value is (11,0,67,16).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 66.51%
  • key color value is 15.69%

CMYK: (11,0,67,16)
C11M0Y67K16 (11%, 0%, 67%, 16%)
(0.11 / 0.00 / 0.67 / 0.16)

CMYK percentages

%10.7
%0
%66.51
%15.69

Codes

Color #C0D748 in popluar color models

C0 D7 48
RGB 192 215 72
HSL 70° 64.13% 56.27%
HSB/HSV 70° 66.51% 84.31%
CMYK 10.70% 0.00% 66.51%
15.69%

Color #C0D748 in popluar number systems.

HEX C0 D7 48
Decimal 192 215 72
Binary 11000000 11010111 1001000
Octal 300 327 110

Shades and tints

Shades of #C0D748

#C0D748
(192,215,72)
#AFC442
(175,196,66)
#9EB13C
(158,177,60)
#8D9E36
(141,158,54)
#7C8B30
(124,139,48)
#6B782A
(107,120,42)
#5A6524
(90,101,36)
#49521E
(73,82,30)
#383F18
(56,63,24)
#272C12
(39,44,18)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #C0D748

#C0D748
(192,215,72)
#C5DA58
(197,218,88)
#CADD68
(202,221,104)
#CFE078
(207,224,120)
#D4E388
(212,227,136)
#D9E698
(217,230,152)
#DEE9A8
(222,233,168)
#E3ECB8
(227,236,184)
#E8EFC8
(232,239,200)
#EDF2D8
(237,242,216)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D748 color. Also use rgb(192,215,72) instead hex code.

Text Font Color

.myTextColor { color: #C0D748; }

<p style="color:#C0D748">This sample text font color is #C0D748.</p>

This text font color is #C0D748.

Background Color

.myBgColor { background-color: #C0D748; }

<div style="background-color:#C0D748">Inner text</div>

This div background color is #C0D748.

Border color

.myBorderColor { border: 1px solid #C0D748; }

<div style="border:3px solid #C0D748">Div</div>

This div border color is #C0D748.

Opacity

.myOpacity80 { color: #C0D748; opacity: 0.8; }

<p style="color:#C0D748;opacity:0.8;">80%</p>

Text with #C0D748 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0D748;}

<p style="text-shadow: 3px 3px 1px #C0D748">Text here.</p>

This text has shadow with #C0D748 color.


.textShadow {text-shadow: 3px 3px 1px #C0D748', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0D748, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0D748 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0D748, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0D748, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0D748 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0D748;
-webkit-box-shadow: 1px 1px 3px 2px #C0D748;
box-shadow: 1px 1px 3px 2px #C0D748;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0D748; -webkit-box-shadow: 1px 1px 3px 2px #C0D748; box-shadow:1px 1px 3px 2px #C0D748;">
Div content here
</div>

This div box has shadow with color #C0D748.

Preview

Color preview on black background

This text has color #C0D748 on black background.


Color preview on white background

This text has color #C0D748 on white background.


Black color preview on #C0D748 background

This text has black color on #C0D748 background.


White color preview on #C0D748 background

This text has white color on #C0D748 background.


Related colors

Complementary color

Complementary color for #hex is #3F28B7.


I love getcolorcode.com

Triadic colors

1 #48C0D7 and #D748C0 with #C0D748 are triadic colors.

2 #48D7C0 and #D7C048 with #C0D748 are triadic colors.