Html Css Color HEX #CAD866 Wild Willow

📋 copy color: '#CAD866'

red 202 ◦ green 216 ◦ blue 102

#CAD866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CAD866

Tints of Wild Willow #CAD866

RGB

 RED value IS 202 (79.3% 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 value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CAD866 (or 0xCAD866) is known color: 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

RGB 202 216 102 -
CMYK 0.06 0 0.53 0.15
HSL 67.37º 0.59% 0.62% -
HSV(B) 67.37º 0.53% 0.85% -
XYZ 51.31 62.63 21.95 -
YUV 198.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 202 216 102 0.06 0 0.53 0.15 67.37 0.59 0.62
Hex CA D8 66 6 0 35 F 43 3B 3E
Octal 312 330 146 6 0 65 17 103 73 76
Binary 11001010 11011000 1100110 110 0 110101 1111 1000011 111011 111110

Color Harmonies of #CAD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD866

Black with #CAD866

Text Example


Text Example

White with #CAD866

Text Example


Text Example

HTML Codes & Css Web 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>