#5B953D

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

Shades of Limeade #5B953D

Tints of Limeade #5B953D

Color information

#5B953D (or 0x5B953D) is unknown color: approx Limeade. HEX triplet: 5B, 95 and 3D. RGB value is (91,149,61). Sum of RGB (Red+Green+Blue) = 91+149+61=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #5B953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B953D is #A46AC2. Grayscale: #797979. Windows color (decimal): -10775235 or 4035931. OLE color: 4035931.

HSL color Cylindrical-coordinate representation of color #5B953D: hue angle of 99.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B953D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB9114961-
CMYK0.3900.590.42
HSL99.55º41.9%41.18%-
HSV(B)99.55º59.06%58.43%-
XYZ15.924.068.22-
YUV121.6393.78106.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=30.23%
G=49.50%
B=20.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91149610.3900.590.4299.5541.941.18
Hex5B953D2703B2A642a29
Octal1332257547073521445251
Binary10110111001010111110110011101110111010101100100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,61); }

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

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

 a { background-color: rgb(91,149,61); }

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

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

 span { border-color: rgb(91,149,61); }

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