#CADE61

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

Shades of Wild Willow #CADE61

Tints of Wild Willow #CADE61

Color information

#CADE61 (or 0xCADE61) is unknown color: approx Wild Willow. HEX triplet: CA, DE and 61. RGB value is (202,222,97). Sum of RGB (Red+Green+Blue) = 202+222+97=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE61 is #35219E. Grayscale: #CACACA. Windows color (decimal): -3482015 or 6414026. OLE color: 6414026.

HSL color Cylindrical-coordinate representation of color #CADE61: hue angle of 69.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CADE61 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB20222297-
CMYK0.0900.560.13
HSL69.6º65.45%62.55%-
HSV(B)69.6º56.31%87.06%-
XYZ52.6465.6621.21-
YUV201.7768.87128.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=38.77%
G=42.61%
B=18.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202222970.0900.560.1369.665.4562.55
HexCADE619038D46413f
Octal312336141110701510610177
Binary1100101011011110110000110010111000110110001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE61; }

 p { color: rgb(202,222,97); }

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

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

 a { background-color: rgb(202,222,97); }

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

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

 span { border-color: rgb(202,222,97); }

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