#5F993B

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

Shades of Limeade #5F993B

Tints of Limeade #5F993B

Color information

#5F993B (or 0x5F993B) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 3B. RGB value is (95,153,59). Sum of RGB (Red+Green+Blue) = 95+153+59=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #5F993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F993B is #A066C4. Grayscale: #7D7D7D. Windows color (decimal): -10512069 or 3905887. OLE color: 3905887.

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

Color convert

RGB9515359-
CMYK0.3800.610.4
HSL97.02º44.34%41.57%-
HSV(B)97.02º61.44%60%-
XYZ16.925.538.17-
YUV124.9490.78106.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=30.94%
G=49.84%
B=19.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153590.3800.610.497.0244.3441.57
Hex5F993B2603D28612c2a
Octal1372317346075501415452
Binary10111111001100111101110011001111011010001100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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