#5BA01D

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

Shades of Limeade #5BA01D

Tints of Limeade #5BA01D

Color information

#5BA01D (or 0x5BA01D) is unknown color: approx Limeade. HEX triplet: 5B, A0 and 1D. RGB value is (91,160,29). Sum of RGB (Red+Green+Blue) = 91+160+29=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA01D is #A45FE2. Grayscale: #7C7C7C. Windows color (decimal): -10772451 or 1941595. OLE color: 1941595.

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

Color convert

RGB9116029-
CMYK0.4300.820.37
HSL91.6º69.31%37.06%-
HSV(B)91.6º81.88%62.75%-
XYZ17.1127.455.56-
YUV124.4374.14104.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 160 (62.89% from 255) = 57.14%
BLUE value IS 29 (11.72% from 255) = 10.36%
R=32.5%
G=57.14%
B=10.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91160290.4300.820.3791.669.3137.06
Hex5BA01D2B052255c4525
Octal133240355301224513410545
Binary101101110100000111011010110101001010010110111001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,160,29); }

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

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

 a { background-color: rgb(91,160,29); }

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

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

 span { border-color: rgb(91,160,29); }

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