#5F9639

Color #5F9639 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5F9639

Tints of Limeade #5F9639

Color information

#5F9639 (or 0x5F9639) is unknown color: approx Limeade. HEX triplet: 5F, 96 and 39. RGB value is (95,150,57). Sum of RGB (Red+Green+Blue) = 95+150+57=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #5F9639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9639 is #A069C6. Grayscale: #7B7B7B. Windows color (decimal): -10512839 or 3774047. OLE color: 3774047.

HSL color Cylindrical-coordinate representation of color #5F9639: hue angle of 95.48º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9639 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB9515057-
CMYK0.3700.620.41
HSL95.48º44.93%40.59%-
HSV(B)95.48º62%58.82%-
XYZ16.3624.547.75-
YUV122.9590.78108.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=31.46%
G=49.67%
B=18.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95150570.3700.620.4195.4844.9340.59
Hex5F96392503E295f2d29
Octal1372267145076511375551
Binary10111111001011011100110010101111101010011011111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9639; }

 p { color: rgb(95,150,57); }

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

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

 a { background-color: rgb(95,150,57); }

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

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

 span { border-color: rgb(95,150,57); }

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