#CAD35F

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

Shades of Wild Willow #CAD35F

Tints of Wild Willow #CAD35F

Color information

#CAD35F (or 0xCAD35F) is unknown color: approx Wild Willow. HEX triplet: CA, D3 and 5F. RGB value is (202,211,95). Sum of RGB (Red+Green+Blue) = 202+211+95=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD35F is #352CA0. Grayscale: #C3C3C3. Windows color (decimal): -3484833 or 6280138. OLE color: 6280138.

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

Color convert

RGB20221195-
CMYK0.0400.550.17
HSL64.66º56.86%60%-
HSV(B)64.66º54.98%82.75%-
XYZ49.7259.9719.78-
YUV195.0871.52132.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=39.76%
G=41.54%
B=18.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211950.0400.550.1764.6656.8660
HexCAD35F40371141393c
Octal3123231374067211017174
Binary110010101101001110111111000110111100011000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD35F; }

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

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

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

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

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

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

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

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