#5BA625

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

Shades of Limeade #5BA625

Tints of Limeade #5BA625

Color information

#5BA625 (or 0x5BA625) is unknown color: approx Limeade. HEX triplet: 5B, A6 and 25. RGB value is (91,166,37). Sum of RGB (Red+Green+Blue) = 91+166+37=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA625 is #A459DA. Grayscale: #818181. Windows color (decimal): -10770907 or 2467419. OLE color: 2467419.

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

Color convert

RGB9116637-
CMYK0.4500.780.35
HSL94.88º63.55%39.8%-
HSV(B)94.88º77.71%65.1%-
XYZ18.2829.636.51-
YUV128.8776.15100.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=30.95%
G=56.46%
B=12.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91166370.4500.780.3594.8863.5539.8
Hex5BA6252D04E235f4028
Octal133246455501164313710050
Binary1011011101001101001011011010100111010001110111111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,37); }

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

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

 a { background-color: rgb(91,166,37); }

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

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

 span { border-color: rgb(91,166,37); }

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