#CAD75C

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

Shades of Wild Willow #CAD75C

Tints of Wild Willow #CAD75C

Color information

#CAD75C (or 0xCAD75C) is unknown color: approx Wild Willow. HEX triplet: CA, D7 and 5C. RGB value is (202,215,92). Sum of RGB (Red+Green+Blue) = 202+215+92=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD75C is #3528A3. Grayscale: #C5C5C5. Windows color (decimal): -3483812 or 6084554. OLE color: 6084554.

HSL color Cylindrical-coordinate representation of color #CAD75C: hue angle of 66.34º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAD75C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB20221592-
CMYK0.0600.570.16
HSL66.34º60.59%60.2%-
HSV(B)66.34º57.21%84.31%-
XYZ50.5961.9319.41-
YUV197.0968.69131.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 92 (36.33% from 255) = 18.07%
R=39.69%
G=42.24%
B=18.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202215920.0600.570.1666.3460.5960.2
HexCAD75C603910423d3c
Octal3123271346071201027574
Binary110010101101011110111001100111001100001000010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD75C; }

 p { color: rgb(202,215,92); }

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

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

 a { background-color: rgb(202,215,92); }

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

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

 span { border-color: rgb(202,215,92); }

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