#5BA828

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

Shades of Limeade #5BA828

Tints of Limeade #5BA828

Color information

#5BA828 (or 0x5BA828) is unknown color: approx Limeade. HEX triplet: 5B, A8 and 28. RGB value is (91,168,40). Sum of RGB (Red+Green+Blue) = 91+168+40=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA828 is #A457D7. Grayscale: #828282. Windows color (decimal): -10770392 or 2664539. OLE color: 2664539.

HSL color Cylindrical-coordinate representation of color #5BA828: hue angle of 96.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BA828 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB9116840-
CMYK0.4600.760.34
HSL96.09º61.54%40.78%-
HSV(B)96.09º76.19%65.88%-
XYZ18.730.386.89-
YUV130.3876.9999.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 168 (66.02% from 255) = 56.19%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=30.43%
G=56.19%
B=13.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91168400.4600.760.3496.0961.5440.78
Hex5BA8282E04C22603e29
Octal13325050560114421407651
Binary101101110101000101000101110010011001000101100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,40); }

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

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

 a { background-color: rgb(91,168,40); }

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

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

 span { border-color: rgb(91,168,40); }

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