#CAD063

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

Shades of Wild Willow #CAD063

Tints of Wild Willow #CAD063

Color information

#CAD063 (or 0xCAD063) is unknown color: approx Wild Willow. HEX triplet: CA, D0 and 63. RGB value is (202,208,99). Sum of RGB (Red+Green+Blue) = 202+208+99=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD063 is #352F9C. Grayscale: #C2C2C2. Windows color (decimal): -3485597 or 6541514. OLE color: 6541514.

HSL color Cylindrical-coordinate representation of color #CAD063: hue angle of 63.3º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAD063 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20220899-
CMYK0.0300.520.18
HSL63.3º53.69%60.2%-
HSV(B)63.3º52.4%81.57%-
XYZ49.1758.5720.52-
YUV193.7874.51133.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 99 (39.06% from 255) = 19.45%
R=39.69%
G=40.86%
B=19.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202208990.0300.520.1863.353.6960.2
HexCAD0633034123f363c
Octal312320143306422776674
Binary1100101011010000110001111011010010010111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD063; }

 p { color: rgb(202,208,99); }

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

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

 a { background-color: rgb(202,208,99); }

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

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

 span { border-color: rgb(202,208,99); }

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