Html Css Color HEX #CAD256 Wild Willow

📋 copy color: '#CAD256'

red 202 ◦ green 210 ◦ blue 86

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

Shades of Wild Willow #CAD256

Tints of Wild Willow #CAD256

RGB

 RED value IS 202 (79.3% from 255) = 40.56%

 GREEN value IS 210 (82.42% from 255) = 42.17%

 BLUE value IS 86 (33.98% from 255) = 17.27%

R = 40.56%
G = 42.17%
B = 17.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CAD256 (or 0xCAD256) is known color: Wild Willow. HEX triplet: CA, D2 and 56. RGB value is (202,210,86). Sum of RGB (Red+Green+Blue) = 202+210+86=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD256 is #352DA9. Grayscale: #C1C1C1. Windows color (decimal): -3485098 or 5690058. OLE color: 5690058.

HSL color Cylindrical-coordinate representation of color #CAD256: hue angle of 63.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAD256 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 86 -
CMYK 0.04 0 0.59 0.18
HSL 63.87º 0.58% 0.58% -
HSV(B) 63.87º 0.59% 0.82% -
XYZ 49.08 59.32 17.67 -
YUV 193.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 202 210 86 0.04 0 0.59 0.18 63.87 0.58 0.58
Hex CA D2 56 4 0 3B 12 40 3A 3A
Octal 312 322 126 4 0 73 22 100 72 72
Binary 11001010 11010010 1010110 100 0 111011 10010 1000000 111010 111010

Color Harmonies of #CAD256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD256

Black with #CAD256

Text Example


Text Example

White with #CAD256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD256; }

 p { color: rgb(202,210,86); }

 H1.HeaderClassName
 {
   color: #CAD256;
 }
 .AnyTagClassName
 {
   color: #CAD256;
 }
</style>

background-color css

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

 a { background-color: rgb(202,210,86); }

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

border-color css

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

 span { border-color: rgb(202,210,86); }

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