Html Css Color HEX #CADD60 Wild Willow

📋 copy color: '#CADD60'

red 202 ◦ green 221 ◦ blue 96

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

Shades of Wild Willow #CADD60

Tints of Wild Willow #CADD60

RGB

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

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

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

R = 38.92%
G = 42.58%
B = 18.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CADD60 (or 0xCADD60) is known color: Wild Willow. HEX triplet: CA, DD and 60. RGB value is (202,221,96). Sum of RGB (Red+Green+Blue) = 202+221+96=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD60 is #35229F. Grayscale: #C9C9C9. Windows color (decimal): -3482272 or 6348234. OLE color: 6348234.

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

Color convert

RGB 202 221 96 -
CMYK 0.09 0 0.57 0.13
HSL 69.12º 0.65% 0.62% -
HSV(B) 69.12º 0.57% 0.87% -
XYZ 52.32 65.11 20.88 -
YUV 201.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 202 221 96 0.09 0 0.57 0.13 69.12 0.65 0.62
Hex CA DD 60 9 0 39 D 45 41 3E
Octal 312 335 140 11 0 71 15 105 101 76
Binary 11001010 11011101 1100000 1001 0 111001 1101 1000101 1000001 111110

Color Harmonies of #CADD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD60

Black with #CADD60

Text Example


Text Example

White with #CADD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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