Html Css Color HEX #CAD952 Wild Willow

📋 copy color: '#CAD952'

red 202 ◦ green 217 ◦ blue 82

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

Shades of Wild Willow #CAD952

Tints of Wild Willow #CAD952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

 BLUE value IS 82 (32.42% from 255) = 16.37%

R = 40.32%
G = 43.31%
B = 16.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#CAD952 (or 0xCAD952) is known color: Wild Willow. HEX triplet: CA, D9 and 52. RGB value is (202,217,82). Sum of RGB (Red+Green+Blue) = 202+217+82=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD952 is #3526AD. Grayscale: #C5C5C5. Windows color (decimal): -3483310 or 5429706. OLE color: 5429706.

HSL color Cylindrical-coordinate representation of color #CAD952: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAD952 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 82 -
CMYK 0.07 0 0.62 0.15
HSL 66.67º 0.64% 0.59% -
HSV(B) 66.67º 0.62% 0.85% -
XYZ 50.69 62.79 17.43 -
YUV 197.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 202 217 82 0.07 0 0.62 0.15 66.67 0.64 0.59
Hex CA D9 52 7 0 3E F 43 40 3B
Octal 312 331 122 7 0 76 17 103 100 73
Binary 11001010 11011001 1010010 111 0 111110 1111 1000011 1000000 111011

Color Harmonies of #CAD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD952

Black with #CAD952

Text Example


Text Example

White with #CAD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD952; }

 p { color: rgb(202,217,82); }

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

background-color css

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

 a { background-color: rgb(202,217,82); }

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

border-color css

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

 span { border-color: rgb(202,217,82); }

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