#CAD36D

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

Shades of Wild Willow #CAD36D

Tints of Wild Willow #CAD36D

Color information

#CAD36D (or 0xCAD36D) is unknown color: approx Wild Willow. HEX triplet: CA, D3 and 6D. RGB value is (202,211,109). Sum of RGB (Red+Green+Blue) = 202+211+109=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD36D is #352C92. Grayscale: #C5C5C5. Windows color (decimal): -3484819 or 7197642. OLE color: 7197642.

HSL color Cylindrical-coordinate representation of color #CAD36D: hue angle of 65.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD36D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB202211109-
CMYK0.0400.480.17
HSL65.29º53.68%62.75%-
HSV(B)65.29º48.34%82.75%-
XYZ50.4160.2523.44-
YUV196.6878.52131.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=38.70%
G=40.42%
B=20.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111090.0400.480.1765.2953.6862.75
HexCAD36D40301141363f
Octal3123231554060211016677
Binary110010101101001111011011000110000100011000001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD36D; }

 p { color: rgb(202,211,109); }

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

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

 a { background-color: rgb(202,211,109); }

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

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

 span { border-color: rgb(202,211,109); }

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