Html Css Color HEX #CADD52 Wild Willow

📋 copy color: '#CADD52'

red 202 ◦ green 221 ◦ blue 82

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

Shades of Wild Willow #CADD52

Tints of Wild Willow #CADD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 40%
G = 43.76%
B = 16.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#CADD52 (or 0xCADD52) is known color: Wild Willow. HEX triplet: CA, DD and 52. RGB value is (202,221,82). Sum of RGB (Red+Green+Blue) = 202+221+82=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD52 is #3522AD. Grayscale: #C8C8C8. Windows color (decimal): -3482286 or 5430730. OLE color: 5430730.

HSL color Cylindrical-coordinate representation of color #CADD52: hue angle of 68.2º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CADD52 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 82 -
CMYK 0.09 0 0.63 0.13
HSL 68.2º 0.67% 0.59% -
HSV(B) 68.2º 0.63% 0.87% -
XYZ 51.74 64.88 17.78 -
YUV 199.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 202 221 82 0.09 0 0.63 0.13 68.2 0.67 0.59
Hex CA DD 52 9 0 3F D 44 43 3B
Octal 312 335 122 11 0 77 15 104 103 73
Binary 11001010 11011101 1010010 1001 0 111111 1101 1000100 1000011 111011

Color Harmonies of #CADD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD52

Black with #CADD52

Text Example


Text Example

White with #CADD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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