#C5D952

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

Shades of Wild Willow #C5D952

Tints of Wild Willow #C5D952

Color information

#C5D952 (or 0xC5D952) is unknown color: approx Wild Willow. HEX triplet: C5, D9 and 52. RGB value is (197,217,82). Sum of RGB (Red+Green+Blue) = 197+217+82=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D952 is #3A26AD. Grayscale: #C4C4C4. Windows color (decimal): -3810990 or 5429701. OLE color: 5429701.

HSL color Cylindrical-coordinate representation of color #C5D952: hue angle of 68.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5D952 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB19721782-
CMYK0.0900.620.15
HSL68.89º63.98%58.63%-
HSV(B)68.89º62.21%85.1%-
XYZ49.3662.1117.37-
YUV195.6363.87128.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 82 (32.42% from 255) = 16.53%
R=39.72%
G=43.75%
B=16.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197217820.0900.620.1568.8963.9858.63
HexC5D952903EF45403b
Octal305331122110761710510073
Binary1100010111011001101001010010111110111110001011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D952; }

 p { color: rgb(197,217,82); }

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

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

 a { background-color: rgb(197,217,82); }

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

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

 span { border-color: rgb(197,217,82); }

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