#CACD55

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

Shades of Wild Willow #CACD55

Tints of Wild Willow #CACD55

Color information

#CACD55 (or 0xCACD55) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 55. RGB value is (202,205,85). Sum of RGB (Red+Green+Blue) = 202+205+85=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD55 is #3532AA. Grayscale: #BEBEBE. Windows color (decimal): -3486379 or 5623242. OLE color: 5623242.

HSL color Cylindrical-coordinate representation of color #CACD55: hue angle of 61.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CACD55 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20220585-
CMYK0.0100.590.20
HSL61.5º54.55%56.86%-
HSV(B)61.5º58.54%80.39%-
XYZ47.8356.8817.05-
YUV190.4268.51136.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=41.06%
G=41.67%
B=17.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202205850.0100.590.2061.554.5556.86
HexCACD55103B143e3739
Octal312315125107324766771
Binary110010101100110110101011011101110100111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD55; }

 p { color: rgb(202,205,85); }

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

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

 a { background-color: rgb(202,205,85); }

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

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

 span { border-color: rgb(202,205,85); }

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