#CADD5A

Color #CADD5A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CADD5A

Tints of Wild Willow #CADD5A

Color information

#CADD5A (or 0xCADD5A) is unknown color: approx Wild Willow. HEX triplet: CA, DD and 5A. RGB value is (202,221,90). Sum of RGB (Red+Green+Blue) = 202+221+90=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD5A is #3522A5. Grayscale: #C8C8C8. Windows color (decimal): -3482278 or 5955018. OLE color: 5955018.

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

Color convert

RGB20222190-
CMYK0.0900.590.13
HSL68.7º65.83%60.98%-
HSV(B)68.7º59.28%86.67%-
XYZ52.0665.0119.48-
YUV200.3865.71129.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=39.38%
G=43.08%
B=17.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202221900.0900.590.1368.765.8360.98
HexCADD5A903BD45423d
Octal312335132110731510510275
Binary1100101011011101101101010010111011110110001011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD5A; }

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

 H1.HeaderClassName
 {
   color: #CADD5A;
 }
 .AnyTagClassName
 {
   color: #CADD5A;
 }
</style>
background-color css

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

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

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

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

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

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