#CADE5F

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

Shades of Wild Willow #CADE5F

Tints of Wild Willow #CADE5F

Color information

#CADE5F (or 0xCADE5F) is unknown color: approx Wild Willow. HEX triplet: CA, DE and 5F. RGB value is (202,222,95). Sum of RGB (Red+Green+Blue) = 202+222+95=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE5F is #3521A0. Grayscale: #CACACA. Windows color (decimal): -3482017 or 6282954. OLE color: 6282954.

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

Color convert

RGB20222295-
CMYK0.0900.570.13
HSL69.45º65.8%62.16%-
HSV(B)69.45º57.21%87.06%-
XYZ52.5465.6320.72-
YUV201.5467.87128.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=38.92%
G=42.77%
B=18.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202222950.0900.570.1369.4565.862.16
HexCADE5F9039D45423e
Octal312336137110711510510276
Binary1100101011011110101111110010111001110110001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE5F; }

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

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

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

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

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

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

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

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