#5BA22F

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

Shades of Limeade #5BA22F

Tints of Limeade #5BA22F

Color information

#5BA22F (or 0x5BA22F) is unknown color: approx Limeade. HEX triplet: 5B, A2 and 2F. RGB value is (91,162,47). Sum of RGB (Red+Green+Blue) = 91+162+47=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA22F is #A45DD0. Grayscale: #808080. Windows color (decimal): -10771921 or 3121755. OLE color: 3121755.

HSL color Cylindrical-coordinate representation of color #5BA22F: hue angle of 97.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BA22F is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB9116247-
CMYK0.4400.710.36
HSL97.04º55.02%40.98%-
HSV(B)97.04º70.99%63.53%-
XYZ17.7528.277.21-
YUV127.6682.48101.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=30.33%
G=54%
B=15.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91162470.4400.710.3697.0455.0240.98
Hex5BA22F2C04724613729
Octal13324257540107441416751
Binary101101110100010101111101100010001111001001100001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,162,47); }

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

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

 a { background-color: rgb(91,162,47); }

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

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

 span { border-color: rgb(91,162,47); }

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