#C5D571

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

Shades of Wild Willow #C5D571

Tints of Wild Willow #C5D571

Color information

#C5D571 (or 0xC5D571) is unknown color: approx Wild Willow. HEX triplet: C5, D5 and 71. RGB value is (197,213,113). Sum of RGB (Red+Green+Blue) = 197+213+113=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D571 is #3A2A8E. Grayscale: #C5C5C5. Windows color (decimal): -3811983 or 7460293. OLE color: 7460293.

HSL color Cylindrical-coordinate representation of color #C5D571: hue angle of 69.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5D571 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB197213113-
CMYK0.0800.470.16
HSL69.6º54.35%63.92%-
HSV(B)69.6º46.95%83.53%-
XYZ49.860.6524.7-
YUV196.8280.7128.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=37.67%
G=40.73%
B=21.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131130.0800.470.1669.654.3563.92
HexC5D571802F10463640
Octal305325161100572010666100
Binary11000101110101011110001100001011111000010001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D571; }

 p { color: rgb(197,213,113); }

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

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

 a { background-color: rgb(197,213,113); }

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

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

 span { border-color: rgb(197,213,113); }

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