#5F9A31

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

Shades of Limeade #5F9A31

Tints of Limeade #5F9A31

Color information

#5F9A31 (or 0x5F9A31) is unknown color: approx Limeade. HEX triplet: 5F, 9A and 31. RGB value is (95,154,49). Sum of RGB (Red+Green+Blue) = 95+154+49=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9A31 is #A065CE. Grayscale: #7C7C7C. Windows color (decimal): -10511823 or 3250783. OLE color: 3250783.

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

Color convert

RGB9515449-
CMYK0.3800.680.40
HSL93.71º51.72%39.8%-
HSV(B)93.71º68.18%60.39%-
XYZ16.8325.776.99-
YUV124.3985.45107.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 154 (60.55% from 255) = 51.68%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=31.88%
G=51.68%
B=16.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95154490.3800.680.4093.7151.7239.8
Hex5F9A3126044285e3428
Octal13723261460104501366450
Binary101111110011010110001100110010001001010001011110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,49); }

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

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

 a { background-color: rgb(95,154,49); }

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

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

 span { border-color: rgb(95,154,49); }

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