Html Css Color HEX #CCDD78 Deco

📋 copy color: '#CCDD78'

red 204 ◦ green 221 ◦ blue 120

#CCDD78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCDD78

Tints of Deco #CCDD78

RGB

 RED value IS 204 (80.08% from 255) = 37.43%

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 120 (47.27% from 255) = 22.02%

R = 37.43%
G = 40.55%
B = 22.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCDD78 (or 0xCCDD78) is known color: Deco. HEX triplet: CC, DD and 78. RGB value is (204,221,120). Sum of RGB (Red+Green+Blue) = 204+221+120=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD78 is #332287. Grayscale: #CCCCCC. Windows color (decimal): -3351176 or 7921100. OLE color: 7921100.

HSL color Cylindrical-coordinate representation of color #CCDD78: hue angle of 70.1º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCDD78 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 120 -
CMYK 0.08 0 0.46 0.13
HSL 70.1º 0.6% 0.67% -
HSV(B) 70.1º 0.46% 0.87% -
XYZ 54.15 65.91 27.64 -
YUV 204.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 204 221 120 0.08 0 0.46 0.13 70.1 0.6 0.67
Hex CC DD 78 8 0 2E D 46 3C 43
Octal 314 335 170 10 0 56 15 106 74 103
Binary 11001100 11011101 1111000 1000 0 101110 1101 1000110 111100 1000011

Color Harmonies of #CCDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD78

Black with #CCDD78

Text Example


Text Example

White with #CCDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD78; }

 p { color: rgb(204,221,120); }

 H1.HeaderClassName
 {
   color: #CCDD78;
 }
 .AnyTagClassName
 {
   color: #CCDD78;
 }
</style>

background-color css

<style>
 a { background-color: #CCDD78; }

 a { background-color: rgb(204,221,120); }

 div.DivClassName
 {
   background-color: #CCDD78;
 }
 .BgClassName
 {
   background-color: #CCDD78;
 }
</style>

border-color css

<style>
 span { border-color: #CCDD78; }

 span { border-color: rgb(204,221,120); }

 td.TdClassName
 {
   border-color: #CCDD78;
 }
 .TagClassName
 {
   border-color: #CCDD78;
 }
</style>