#CAD866

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

Shades of Wild Willow #CAD866

Tints of Wild Willow #CAD866

Color information

#CAD866 (or 0xCAD866) is unknown color: approx Wild Willow. HEX triplet: CA, D8 and 66. RGB value is (202,216,102). Sum of RGB (Red+Green+Blue) = 202+216+102=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD866 is #352799. Grayscale: #C7C7C7. Windows color (decimal): -3483546 or 6740170. OLE color: 6740170.

HSL color Cylindrical-coordinate representation of color #CAD866: hue angle of 67.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAD866 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB202216102-
CMYK0.0600.530.15
HSL67.37º59.38%62.35%-
HSV(B)67.37º52.78%84.71%-
XYZ51.3162.6321.95-
YUV198.8273.36130.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=38.85%
G=41.54%
B=19.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161020.0600.530.1567.3759.3862.35
HexCAD8666035F433b3e
Octal3123301466065171037376
Binary11001010110110001100110110011010111111000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD866; }

 p { color: rgb(202,216,102); }

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

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

 a { background-color: rgb(202,216,102); }

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

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

 span { border-color: rgb(202,216,102); }

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