#5F993C

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

Shades of Limeade #5F993C

Tints of Limeade #5F993C

Color information

#5F993C (or 0x5F993C) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 3C. RGB value is (95,153,60). Sum of RGB (Red+Green+Blue) = 95+153+60=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #5F993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F993C is #A066C3. Grayscale: #7D7D7D. Windows color (decimal): -10512068 or 3971423. OLE color: 3971423.

HSL color Cylindrical-coordinate representation of color #5F993C: hue angle of 97.42º 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 #5F993C is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB9515360-
CMYK0.3800.610.4
HSL97.42º43.66%41.76%-
HSV(B)97.42º60.78%60%-
XYZ16.9325.548.31-
YUV125.0691.28106.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=30.84%
G=49.68%
B=19.48%

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
Decimal95153600.3800.610.497.4243.6641.76
Hex5F993C2603D28612c2a
Octal1372317446075501415452
Binary10111111001100111110010011001111011010001100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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