#CAD354

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

Shades of Wild Willow #CAD354

Tints of Wild Willow #CAD354

Color information

#CAD354 (or 0xCAD354) is unknown color: approx Wild Willow. HEX triplet: CA, D3 and 54. RGB value is (202,211,84). Sum of RGB (Red+Green+Blue) = 202+211+84=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD354 is #352CAB. Grayscale: #C2C2C2. Windows color (decimal): -3484844 or 5559242. OLE color: 5559242.

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

Color convert

RGB20221184-
CMYK0.0400.600.17
HSL64.25º59.07%57.84%-
HSV(B)64.25º60.19%82.75%-
XYZ49.2559.7917.33-
YUV193.8366.02133.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=40.64%
G=42.45%
B=16.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211840.0400.600.1764.2559.0757.84
HexCAD354403C11403b3a
Octal3123231244074211007372
Binary110010101101001110101001000111100100011000000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD354; }

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

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

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

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

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

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

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

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