#C5D970

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

Shades of Wild Willow #C5D970

Tints of Wild Willow #C5D970

Color information

#C5D970 (or 0xC5D970) is unknown color: approx Wild Willow. HEX triplet: C5, D9 and 70. RGB value is (197,217,112). Sum of RGB (Red+Green+Blue) = 197+217+112=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D970 is #3A268F. Grayscale: #C7C7C7. Windows color (decimal): -3810960 or 7395781. OLE color: 7395781.

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

Color convert

RGB197217112-
CMYK0.0900.480.15
HSL71.43º58.01%64.51%-
HSV(B)71.43º48.39%85.1%-
XYZ50.7662.6724.75-
YUV199.0578.87126.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=37.45%
G=41.25%
B=21.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171120.0900.480.1571.4358.0164.51
HexC5D9709030F473a41
Octal305331160110601710772101
Binary1100010111011001111000010010110000111110001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D970; }

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

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

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

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

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

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

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

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