#5F9940

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

Shades of Limeade #5F9940

Tints of Limeade #5F9940

Color information

#5F9940 (or 0x5F9940) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 40. RGB value is (95,153,64). Sum of RGB (Red+Green+Blue) = 95+153+64=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9940 is #A066BF. Grayscale: #7D7D7D. Windows color (decimal): -10512064 or 4233567. OLE color: 4233567.

HSL color Cylindrical-coordinate representation of color #5F9940: hue angle of 99.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F9940 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB9515364-
CMYK0.3800.580.4
HSL99.1º41.01%42.55%-
HSV(B)99.1º58.17%60%-
XYZ17.0425.598.89-
YUV125.5193.28106.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=30.45%
G=49.04%
B=20.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153640.3800.580.499.141.0142.55
Hex5F99402603A2863292b
Octal13723110046072501435153
Binary101111110011001100000010011001110101010001100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,153,64); }

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

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

 a { background-color: rgb(95,153,64); }

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

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

 span { border-color: rgb(95,153,64); }

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