#C5DC61

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

Shades of Wild Willow #C5DC61

Tints of Wild Willow #C5DC61

Color information

#C5DC61 (or 0xC5DC61) is unknown color: approx Wild Willow. HEX triplet: C5, DC and 61. RGB value is (197,220,97). Sum of RGB (Red+Green+Blue) = 197+220+97=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC61 is #3A239E. Grayscale: #C7C7C7. Windows color (decimal): -3810207 or 6413509. OLE color: 6413509.

HSL color Cylindrical-coordinate representation of color #C5DC61: hue angle of 71.22º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5DC61 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB19722097-
CMYK0.1000.560.14
HSL71.22º63.73%62.16%-
HSV(B)71.22º55.91%86.27%-
XYZ50.7863.9220.97-
YUV199.170.38126.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=38.33%
G=42.80%
B=18.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197220970.1000.560.1471.2263.7362.16
HexC5DC61A038E47403e
Octal305334141120701610710076
Binary1100010111011100110000110100111000111010001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC61; }

 p { color: rgb(197,220,97); }

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

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

 a { background-color: rgb(197,220,97); }

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

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

 span { border-color: rgb(197,220,97); }

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