#CAD564

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

Shades of Wild Willow #CAD564

Tints of Wild Willow #CAD564

Color information

#CAD564 (or 0xCAD564) is unknown color: approx Wild Willow. HEX triplet: CA, D5 and 64. RGB value is (202,213,100). Sum of RGB (Red+Green+Blue) = 202+213+100=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD564 is #352A9B. Grayscale: #C5C5C5. Windows color (decimal): -3484316 or 6608330. OLE color: 6608330.

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

Color convert

RGB202213100-
CMYK0.0500.530.16
HSL65.84º57.36%61.37%-
HSV(B)65.84º53.05%83.53%-
XYZ50.4561.0721.18-
YUV196.8373.36131.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=39.22%
G=41.36%
B=19.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131000.0500.530.1665.8457.3661.37
HexCAD56450351042393d
Octal3123251445065201027175
Binary110010101101010111001001010110101100001000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD564; }

 p { color: rgb(202,213,100); }

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

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

 a { background-color: rgb(202,213,100); }

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

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

 span { border-color: rgb(202,213,100); }

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