Html Css Color HEX #CAD261 Wild Willow

📋 copy color: '#CAD261'

red 202 ◦ green 210 ◦ blue 97

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

Shades of Wild Willow #CAD261

Tints of Wild Willow #CAD261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.06%

R = 39.69%
G = 41.26%
B = 19.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CAD261 (or 0xCAD261) is known color: Wild Willow. HEX triplet: CA, D2 and 61. RGB value is (202,210,97). Sum of RGB (Red+Green+Blue) = 202+210+97=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD261 is #352D9E. Grayscale: #C3C3C3. Windows color (decimal): -3485087 or 6410954. OLE color: 6410954.

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

Color convert

RGB 202 210 97 -
CMYK 0.04 0 0.54 0.18
HSL 64.25º 0.56% 0.6% -
HSV(B) 64.25º 0.54% 0.82% -
XYZ 49.56 59.51 20.18 -
YUV 194.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 202 210 97 0.04 0 0.54 0.18 64.25 0.56 0.6
Hex CA D2 61 4 0 36 12 40 38 3C
Octal 312 322 141 4 0 66 22 100 70 74
Binary 11001010 11010010 1100001 100 0 110110 10010 1000000 111000 111100

Color Harmonies of #CAD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD261

Black with #CAD261

Text Example


Text Example

White with #CAD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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