#CADD62

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

Shades of Wild Willow #CADD62

Tints of Wild Willow #CADD62

Color information

#CADD62 (or 0xCADD62) is unknown color: approx Wild Willow. HEX triplet: CA, DD and 62. RGB value is (202,221,98). Sum of RGB (Red+Green+Blue) = 202+221+98=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD62 is #35229D. Grayscale: #C9C9C9. Windows color (decimal): -3482270 or 6479306. OLE color: 6479306.

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

Color convert

RGB20222198-
CMYK0.0900.560.13
HSL69.27º64.4%62.55%-
HSV(B)69.27º55.66%86.67%-
XYZ52.4265.1521.37-
YUV201.369.71128.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 98 (38.67% from 255) = 18.81%
R=38.77%
G=42.42%
B=18.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202221980.0900.560.1369.2764.462.55
HexCADD629038D45403f
Octal312335142110701510510077
Binary1100101011011101110001010010111000110110001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD62; }

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

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

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

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

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

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

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

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