#CAD567

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

Shades of Wild Willow #CAD567

Tints of Wild Willow #CAD567

Color information

#CAD567 (or 0xCAD567) is unknown color: approx Wild Willow. HEX triplet: CA, D5 and 67. RGB value is (202,213,103). Sum of RGB (Red+Green+Blue) = 202+213+103=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD567 is #352A98. Grayscale: #C5C5C5. Windows color (decimal): -3484313 or 6804938. OLE color: 6804938.

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

Color convert

RGB202213103-
CMYK0.0500.520.16
HSL66º56.7%61.96%-
HSV(B)66º51.64%83.53%-
XYZ50.661.1221.96-
YUV197.1774.86131.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 103 (40.62% from 255) = 19.88%
R=39.00%
G=41.12%
B=19.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131030.0500.520.166656.761.96
HexCAD56750341042393e
Octal3123251475064201027176
Binary110010101101010111001111010110100100001000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD567; }

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

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

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

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

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

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

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

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