#5BA12B

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

Shades of Limeade #5BA12B

Tints of Limeade #5BA12B

Color information

#5BA12B (or 0x5BA12B) is unknown color: approx Limeade. HEX triplet: 5B, A1 and 2B. RGB value is (91,161,43). Sum of RGB (Red+Green+Blue) = 91+161+43=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA12B is #A45ED4. Grayscale: #7F7F7F. Windows color (decimal): -10772181 or 2859355. OLE color: 2859355.

HSL color Cylindrical-coordinate representation of color #5BA12B: hue angle of 95.59º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BA12B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB9116143-
CMYK0.4300.730.37
HSL95.59º57.84%40%-
HSV(B)95.59º73.29%63.14%-
XYZ17.527.896.75-
YUV126.6280.81102.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=30.85%
G=54.58%
B=14.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91161430.4300.730.3795.5957.8440
Hex5BA12B2B04925603a28
Octal13324153530111451407250
Binary101101110100001101011101011010010011001011100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,43); }

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

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

 a { background-color: rgb(91,161,43); }

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

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

 span { border-color: rgb(91,161,43); }

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