#C5D361

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

Shades of Wild Willow #C5D361

Tints of Wild Willow #C5D361

Color information

#C5D361 (or 0xC5D361) is unknown color: approx Wild Willow. HEX triplet: C5, D3 and 61. RGB value is (197,211,97). Sum of RGB (Red+Green+Blue) = 197+211+97=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D361 is #3A2C9E. Grayscale: #C2C2C2. Windows color (decimal): -3812511 or 6411205. OLE color: 6411205.

HSL color Cylindrical-coordinate representation of color #C5D361: hue angle of 67.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5D361 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB19721197-
CMYK0.0700.540.17
HSL67.37º56.44%60.39%-
HSV(B)67.37º54.03%82.75%-
XYZ48.4859.3220.2-
YUV193.8273.36130.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=39.01%
G=41.78%
B=19.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197211970.0700.540.1767.3756.4460.39
HexC5D36170361143383c
Octal3053231417066211037074
Binary110001011101001111000011110110110100011000011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D361; }

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

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

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

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

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

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

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

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