#5B9F31

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

Shades of Limeade #5B9F31

Tints of Limeade #5B9F31

Color information

#5B9F31 (or 0x5B9F31) is unknown color: approx Limeade. HEX triplet: 5B, 9F and 31. RGB value is (91,159,49). Sum of RGB (Red+Green+Blue) = 91+159+49=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9F31 is #A460CE. Grayscale: #7E7E7E. Windows color (decimal): -10772687 or 3252059. OLE color: 3252059.

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

Color convert

RGB9115949-
CMYK0.4300.690.38
HSL97.09º52.88%40.78%-
HSV(B)97.09º69.18%62.35%-
XYZ17.2727.247.25-
YUV126.1384.47102.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=30.43%
G=53.18%
B=16.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91159490.4300.690.3897.0952.8840.78
Hex5B9F312B04526613529
Octal13323761530105461416551
Binary101101110011111110001101011010001011001101100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,159,49); }

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

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

 a { background-color: rgb(91,159,49); }

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

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

 span { border-color: rgb(91,159,49); }

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