#5BAD25

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

Shades of Limeade #5BAD25

Tints of Limeade #5BAD25

Color information

#5BAD25 (or 0x5BAD25) is unknown color: approx Limeade. HEX triplet: 5B, AD and 25. RGB value is (91,173,37). Sum of RGB (Red+Green+Blue) = 91+173+37=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD25 is #A452DA. Grayscale: #858585. Windows color (decimal): -10769115 or 2469211. OLE color: 2469211.

HSL color Cylindrical-coordinate representation of color #5BAD25: hue angle of 96.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5BAD25 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB9117337-
CMYK0.4700.790.32
HSL96.18º64.76%41.18%-
HSV(B)96.18º78.61%67.84%-
XYZ19.5932.246.94-
YUV132.9873.8398.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 173 (67.97% from 255) = 57.48%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=30.23%
G=57.48%
B=12.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91173370.4700.790.3296.1864.7641.18
Hex5BAD252F04F20604129
Octal133255455701174014010151
Binary1011011101011011001011011110100111110000011000001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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