#5BA533

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

Shades of Limeade #5BA533

Tints of Limeade #5BA533

Color information

#5BA533 (or 0x5BA533) is unknown color: approx Limeade. HEX triplet: 5B, A5 and 33. RGB value is (91,165,51). Sum of RGB (Red+Green+Blue) = 91+165+51=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA533 is #A45ACC. Grayscale: #828282. Windows color (decimal): -10771149 or 3384667. OLE color: 3384667.

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

Color convert

RGB9116551-
CMYK0.4500.690.35
HSL98.95º52.78%42.35%-
HSV(B)98.95º69.09%64.71%-
XYZ18.3729.377.83-
YUV129.8883.48100.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 165 (64.84% from 255) = 53.75%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=29.64%
G=53.75%
B=16.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165510.4500.690.3598.9552.7842.35
Hex5BA5332D0452363352a
Octal13324563550105431436552
Binary101101110100101110011101101010001011000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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