Html Css Color HEX #CADB52 Wild Willow

📋 copy color: '#CADB52'

red 202 ◦ green 219 ◦ blue 82

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

Shades of Wild Willow #CADB52

Tints of Wild Willow #CADB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 40.16%
G = 43.54%
B = 16.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#CADB52 (or 0xCADB52) is known color: Wild Willow. HEX triplet: CA, DB and 52. RGB value is (202,219,82). Sum of RGB (Red+Green+Blue) = 202+219+82=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB52 is #3524AD. Grayscale: #C6C6C6. Windows color (decimal): -3482798 or 5430218. OLE color: 5430218.

HSL color Cylindrical-coordinate representation of color #CADB52: hue angle of 67.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CADB52 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 82 -
CMYK 0.08 0 0.63 0.14
HSL 67.45º 0.66% 0.59% -
HSV(B) 67.45º 0.63% 0.86% -
XYZ 51.21 63.83 17.6 -
YUV 198.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 202 219 82 0.08 0 0.63 0.14 67.45 0.66 0.59
Hex CA DB 52 8 0 3F E 43 42 3B
Octal 312 333 122 10 0 77 16 103 102 73
Binary 11001010 11011011 1010010 1000 0 111111 1110 1000011 1000010 111011

Color Harmonies of #CADB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB52

Black with #CADB52

Text Example


Text Example

White with #CADB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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