#5BA51B

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

Shades of Limeade #5BA51B

Tints of Limeade #5BA51B

Color information

#5BA51B (or 0x5BA51B) is unknown color: approx Limeade. HEX triplet: 5B, A5 and 1B. RGB value is (91,165,27). Sum of RGB (Red+Green+Blue) = 91+165+27=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA51B is #A45AE4. Grayscale: #7F7F7F. Windows color (decimal): -10771173 or 1811803. OLE color: 1811803.

HSL color Cylindrical-coordinate representation of color #5BA51B: hue angle of 92.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BA51B is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB9116527-
CMYK0.4500.840.35
HSL92.17º71.88%37.65%-
HSV(B)92.17º83.64%64.71%-
XYZ17.9729.215.73-
YUV127.1471.48102.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=32.16%
G=58.30%
B=9.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165270.4500.840.3592.1771.8837.65
Hex5BA51B2D054235c4826
Octal133245335501244313411046
Binary101101110100101110111011010101010010001110111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,27); }

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

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

 a { background-color: rgb(91,165,27); }

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

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

 span { border-color: rgb(91,165,27); }

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