Html Css Color HEX #CADD64 Wild Willow

📋 copy color: '#CADD64'

red 202 ◦ green 221 ◦ blue 100

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

Shades of Wild Willow #CADD64

Tints of Wild Willow #CADD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 38.62%
G = 42.26%
B = 19.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CADD64 (or 0xCADD64) is known color: Wild Willow. HEX triplet: CA, DD and 64. RGB value is (202,221,100). Sum of RGB (Red+Green+Blue) = 202+221+100=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD64 is #35229B. Grayscale: #C9C9C9. Windows color (decimal): -3482268 or 6610378. OLE color: 6610378.

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

Color convert

RGB 202 221 100 -
CMYK 0.09 0 0.55 0.13
HSL 69.42º 0.64% 0.63% -
HSV(B) 69.42º 0.55% 0.87% -
XYZ 52.51 65.19 21.87 -
YUV 201.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 202 221 100 0.09 0 0.55 0.13 69.42 0.64 0.63
Hex CA DD 64 9 0 37 D 45 40 3F
Octal 312 335 144 11 0 67 15 105 100 77
Binary 11001010 11011101 1100100 1001 0 110111 1101 1000101 1000000 111111

Color Harmonies of #CADD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD64

Black with #CADD64

Text Example


Text Example

White with #CADD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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