#5B9825

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

Shades of Limeade #5B9825

Tints of Limeade #5B9825

Color information

#5B9825 (or 0x5B9825) is unknown color: approx Limeade. HEX triplet: 5B, 98 and 25. RGB value is (91,152,37). Sum of RGB (Red+Green+Blue) = 91+152+37=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9825 is #A467DA. Grayscale: #797979. Windows color (decimal): -10774491 or 2463835. OLE color: 2463835.

HSL color Cylindrical-coordinate representation of color #5B9825: hue angle of 91.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B9825 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB9115237-
CMYK0.4000.760.40
HSL91.83º60.85%37.06%-
HSV(B)91.83º75.66%59.61%-
XYZ15.8824.815.7-
YUV120.6580.79106.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=32.5%
G=54.29%
B=13.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91152370.4000.760.4091.8360.8537.06
Hex5B98252804C285c3d25
Octal13323045500114501347545
Binary101101110011000100101101000010011001010001011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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