#CAD360

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

Shades of Wild Willow #CAD360

Tints of Wild Willow #CAD360

Color information

#CAD360 (or 0xCAD360) is unknown color: approx Wild Willow. HEX triplet: CA, D3 and 60. RGB value is (202,211,96). Sum of RGB (Red+Green+Blue) = 202+211+96=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD360 is #352C9F. Grayscale: #C3C3C3. Windows color (decimal): -3484832 or 6345674. OLE color: 6345674.

HSL color Cylindrical-coordinate representation of color #CAD360: hue angle of 64.7º 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 #CAD360 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB20221196-
CMYK0.0400.550.17
HSL64.7º56.65%60.2%-
HSV(B)64.7º54.5%82.75%-
XYZ49.7659.9920.02-
YUV195.272.02132.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=39.69%
G=41.45%
B=18.86%

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
Decimal202211960.0400.550.1764.756.6560.2
HexCAD36040371141393c
Octal3123231404067211017174
Binary110010101101001111000001000110111100011000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD360; }

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

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

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

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

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

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

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

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