#5BAB1B

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

Shades of Limeade #5BAB1B

Tints of Limeade #5BAB1B

Color information

#5BAB1B (or 0x5BAB1B) is unknown color: approx Limeade. HEX triplet: 5B, AB and 1B. RGB value is (91,171,27). Sum of RGB (Red+Green+Blue) = 91+171+27=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB1B is #A454E4. Grayscale: #838383. Windows color (decimal): -10769637 or 1813339. OLE color: 1813339.

HSL color Cylindrical-coordinate representation of color #5BAB1B: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BAB1B is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB9117127-
CMYK0.4700.840.33
HSL93.33º72.73%38.82%-
HSV(B)93.33º84.21%67.06%-
XYZ19.0831.436.1-
YUV130.6669.599.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=31.49%
G=59.17%
B=9.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171270.4700.840.3393.3372.7338.82
Hex5BAB1B2F054215d4927
Octal133253335701244113511147
Binary101101110101011110111011110101010010000110111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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