#C5CD55

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

Shades of Wild Willow #C5CD55

Tints of Wild Willow #C5CD55

Color information

#C5CD55 (or 0xC5CD55) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 55. RGB value is (197,205,85). Sum of RGB (Red+Green+Blue) = 197+205+85=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD55 is #3A32AA. Grayscale: #BDBDBD. Windows color (decimal): -3814059 or 5623237. OLE color: 5623237.

HSL color Cylindrical-coordinate representation of color #C5CD55: hue angle of 64º 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 #C5CD55 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB19720585-
CMYK0.0400.590.20
HSL64º54.55%56.86%-
HSV(B)64º58.54%80.39%-
XYZ46.556.1916.99-
YUV188.9369.35133.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 85 (33.59% from 255) = 17.45%
R=40.45%
G=42.09%
B=17.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205850.0400.590.206454.5556.86
HexC5CD55403B14403739
Octal3053151254073241006771
Binary110001011100110110101011000111011101001000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD55; }

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

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

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

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

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

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

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

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