Html Css Color HEX #CAD36C Wild Willow

📋 copy color: '#CAD36C'

red 202 ◦ green 211 ◦ blue 108

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

Shades of Wild Willow #CAD36C

Tints of Wild Willow #CAD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 38.77%
G = 40.5%
B = 20.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CAD36C (or 0xCAD36C) is known color: Wild Willow. HEX triplet: CA, D3 and 6C. RGB value is (202,211,108). Sum of RGB (Red+Green+Blue) = 202+211+108=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD36C is #352C93. Grayscale: #C4C4C4. Windows color (decimal): -3484820 or 7132106. OLE color: 7132106.

HSL color Cylindrical-coordinate representation of color #CAD36C: hue angle of 65.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAD36C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 108 -
CMYK 0.04 0 0.49 0.17
HSL 65.24º 0.54% 0.63% -
HSV(B) 65.24º 0.49% 0.83% -
XYZ 50.36 60.23 23.16 -
YUV 196.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 202 211 108 0.04 0 0.49 0.17 65.24 0.54 0.63
Hex CA D3 6C 4 0 31 11 41 36 3F
Octal 312 323 154 4 0 61 21 101 66 77
Binary 11001010 11010011 1101100 100 0 110001 10001 1000001 110110 111111

Color Harmonies of #CAD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD36C

Black with #CAD36C

Text Example


Text Example

White with #CAD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD36C; }

 p { color: rgb(202,211,108); }

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

background-color css

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

 a { background-color: rgb(202,211,108); }

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

border-color css

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

 span { border-color: rgb(202,211,108); }

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