#5ba32d

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

Shades of Limeade #5BA32D

Tints of Limeade #5BA32D

Color information

#5BA32D (or 0x5BA32D) is unknown color: approx Limeade. HEX triplet: 5B, A3 and 2D. RGB value is (91,163,45). Sum of RGB (Red+Green+Blue) = 91+163+45=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA32D is #A45CD2. Grayscale: #808080. Windows color (decimal): -10771667 or 2990939. OLE color: 2990939.

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

Color convert

RGB9116345-
CMYK0.4400.720.36
HSL96.61º56.73%40.78%-
HSV(B)96.61º72.39%63.92%-
XYZ17.8928.617.06-
YUV128.0281.15101.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=30.43%
G=54.52%
B=15.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91163450.4400.720.3696.6156.7340.78
Hex5BA32D2C04824613929
Octal13324355540110441417151
Binary101101110100011101101101100010010001001001100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,45); }

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

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

 a { background-color: rgb(91,163,45); }

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

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

 span { border-color: rgb(91,163,45); }

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