#5F983C

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

Shades of Limeade #5F983C

Tints of Limeade #5F983C

Color information

#5F983C (or 0x5F983C) is unknown color: approx Limeade. HEX triplet: 5F, 98 and 3C. RGB value is (95,152,60). Sum of RGB (Red+Green+Blue) = 95+152+60=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #5F983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F983C is #A067C3. Grayscale: #7C7C7C. Windows color (decimal): -10512324 or 3971167. OLE color: 3971167.

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

Color convert

RGB9515260-
CMYK0.3800.610.40
HSL97.17º43.4%41.57%-
HSV(B)97.17º60.53%59.61%-
XYZ16.7625.228.26-
YUV124.4791.62106.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=30.94%
G=49.51%
B=19.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95152600.3800.610.4097.1743.441.57
Hex5F983C2603D28612b2a
Octal1372307446075501415352
Binary10111111001100011110010011001111011010001100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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