#5BA512

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

Shades of Limeade #5BA512

Tints of Limeade #5BA512

Color information

#5BA512 (or 0x5BA512) is unknown color: approx Limeade. HEX triplet: 5B, A5 and 12. RGB value is (91,165,18). Sum of RGB (Red+Green+Blue) = 91+165+18=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA512 is #A45AED. Grayscale: #7E7E7E. Windows color (decimal): -10771182 or 1221979. OLE color: 1221979.

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

Color convert

RGB9116518-
CMYK0.4500.890.35
HSL90.2º80.33%35.88%-
HSV(B)90.2º89.09%64.71%-
XYZ17.8829.185.26-
YUV126.1266.98102.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 165 (64.84% from 255) = 60.22%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=33.21%
G=60.22%
B=6.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165180.4500.890.3590.280.3335.88
Hex5BA5122D059235a5024
Octal133245225501314313212044
Binary101101110100101100101011010101100110001110110101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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