Html Css Color HEX #CCD578 Deco

📋 copy color: '#CCD578'

red 204 ◦ green 213 ◦ blue 120

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

Shades of Deco #CCD578

Tints of Deco #CCD578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 37.99%
G = 39.66%
B = 22.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#CCD578 (or 0xCCD578) is known color: Deco. HEX triplet: CC, D5 and 78. RGB value is (204,213,120). Sum of RGB (Red+Green+Blue) = 204+213+120=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD578 is #332A87. Grayscale: #C8C8C8. Windows color (decimal): -3353224 or 7919052. OLE color: 7919052.

HSL color Cylindrical-coordinate representation of color #CCD578: hue angle of 65.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD578 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 120 -
CMYK 0.04 0 0.44 0.16
HSL 65.81º 0.53% 0.65% -
HSV(B) 65.81º 0.44% 0.84% -
XYZ 52.09 61.78 26.95 -
YUV 199.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 204 213 120 0.04 0 0.44 0.16 65.81 0.53 0.65
Hex CC D5 78 4 0 2C 10 42 35 41
Octal 314 325 170 4 0 54 20 102 65 101
Binary 11001100 11010101 1111000 100 0 101100 10000 1000010 110101 1000001

Color Harmonies of #CCD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD578

Black with #CCD578

Text Example


Text Example

White with #CCD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD578; }

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

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

background-color css

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

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

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

border-color css

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

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

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