#5E9525

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

Shades of Limeade #5E9525

Tints of Limeade #5E9525

Color information

#5E9525 (or 0x5E9525) is unknown color: approx Limeade. HEX triplet: 5E, 95 and 25. RGB value is (94,149,37). Sum of RGB (Red+Green+Blue) = 94+149+37=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9525 is #A16ADA. Grayscale: #787878. Windows color (decimal): -10578651 or 2463070. OLE color: 2463070.

HSL color Cylindrical-coordinate representation of color #5E9525: hue angle of 89.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E9525 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB9414937-
CMYK0.3700.750.42
HSL89.46º60.22%36.47%-
HSV(B)89.46º75.17%58.43%-
XYZ15.724.015.56-
YUV119.7981.28109.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=33.57%
G=53.21%
B=13.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94149370.3700.750.4289.4660.2236.47
Hex5E95252504B2A593c24
Octal13622545450113521317444
Binary101111010010101100101100101010010111010101011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,149,37); }

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

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

 a { background-color: rgb(94,149,37); }

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

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

 span { border-color: rgb(94,149,37); }

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