#5B9D34

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

Shades of Limeade #5B9D34

Tints of Limeade #5B9D34

Color information

#5B9D34 (or 0x5B9D34) is unknown color: approx Limeade. HEX triplet: 5B, 9D and 34. RGB value is (91,157,52). Sum of RGB (Red+Green+Blue) = 91+157+52=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9D34 is #A462CB. Grayscale: #7D7D7D. Windows color (decimal): -10773196 or 3448155. OLE color: 3448155.

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

Color convert

RGB9115752-
CMYK0.4200.670.38
HSL97.71º50.24%40.98%-
HSV(B)97.71º66.88%61.57%-
XYZ16.9926.597.48-
YUV125.386.63103.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 157 (61.72% from 255) = 52.33%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=30.33%
G=52.33%
B=17.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91157520.4200.670.3897.7150.2440.98
Hex5B9D342A04326623229
Octal13323564520103461426251
Binary101101110011101110100101010010000111001101100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,52); }

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

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

 a { background-color: rgb(91,157,52); }

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

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

 span { border-color: rgb(91,157,52); }

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