Html Css Color HEX #CAD460 Wild Willow

📋 copy color: '#CAD460'

red 202 ◦ green 212 ◦ blue 96

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

Shades of Wild Willow #CAD460

Tints of Wild Willow #CAD460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.57%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 39.61%
G = 41.57%
B = 18.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#CAD460 (or 0xCAD460) is known color: Wild Willow. HEX triplet: CA, D4 and 60. RGB value is (202,212,96). Sum of RGB (Red+Green+Blue) = 202+212+96=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD460 is #352B9F. Grayscale: #C4C4C4. Windows color (decimal): -3484576 or 6345930. OLE color: 6345930.

HSL color Cylindrical-coordinate representation of color #CAD460: hue angle of 65.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAD460 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 212 96 -
CMYK 0.05 0 0.55 0.17
HSL 65.17º 0.57% 0.6% -
HSV(B) 65.17º 0.55% 0.83% -
XYZ 50.01 60.49 20.11 -
YUV 195.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 202 212 96 0.05 0 0.55 0.17 65.17 0.57 0.6
Hex CA D4 60 5 0 37 11 41 39 3C
Octal 312 324 140 5 0 67 21 101 71 74
Binary 11001010 11010100 1100000 101 0 110111 10001 1000001 111001 111100

Color Harmonies of #CAD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD460

Black with #CAD460

Text Example


Text Example

White with #CAD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD460; }

 p { color: rgb(202,212,96); }

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

background-color css

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

 a { background-color: rgb(202,212,96); }

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

border-color css

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

 span { border-color: rgb(202,212,96); }

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