#CCDE5A

Color #CCDE5A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCDE5A

Tints of Wild Willow #CCDE5A

Color information

#CCDE5A (or 0xCCDE5A) is unknown color: approx Wild Willow. HEX triplet: CC, DE and 5A. RGB value is (204,222,90). Sum of RGB (Red+Green+Blue) = 204+222+90=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE5A is #3321A5. Grayscale: #CACACA. Windows color (decimal): -3350950 or 5955276. OLE color: 5955276.

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

Color convert

RGB20422290-
CMYK0.0800.590.13
HSL68.18º66.67%61.18%-
HSV(B)68.18º59.46%87.06%-
XYZ52.8765.8219.59-
YUV201.5765.04129.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=39.53%
G=43.02%
B=17.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204222900.0800.590.1368.1866.6761.18
HexCCDE5A803BD44433d
Octal314336132100731510410375
Binary1100110011011110101101010000111011110110001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE5A; }

 p { color: rgb(204,222,90); }

 H1.HeaderClassName
 {
   color: #CCDE5A;
 }
 .AnyTagClassName
 {
   color: #CCDE5A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,222,90); }

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

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

 span { border-color: rgb(204,222,90); }

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