#5B953E

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

Shades of Limeade #5B953E

Tints of Limeade #5B953E

Color information

#5B953E (or 0x5B953E) is unknown color: approx Limeade. HEX triplet: 5B, 95 and 3E. RGB value is (91,149,62). Sum of RGB (Red+Green+Blue) = 91+149+62=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #5B953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B953E is #A46AC1. Grayscale: #7A7A7A. Windows color (decimal): -10775234 or 4101467. OLE color: 4101467.

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

Color convert

RGB9114962-
CMYK0.3900.580.42
HSL100º41.23%41.37%-
HSV(B)100º58.39%58.43%-
XYZ15.9324.078.36-
YUV121.7494.28106.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=30.13%
G=49.34%
B=20.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91149620.3900.580.4210041.2341.37
Hex5B953E2703A2A642929
Octal1332257647072521445151
Binary10110111001010111111010011101110101010101100100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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