#5EA536

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

Shades of Limeade #5EA536

Tints of Limeade #5EA536

Color information

#5EA536 (or 0x5EA536) is unknown color: approx Limeade. HEX triplet: 5E, A5 and 36. RGB value is (94,165,54). Sum of RGB (Red+Green+Blue) = 94+165+54=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA536 is #A15AC9. Grayscale: #838383. Windows color (decimal): -10574538 or 3581278. OLE color: 3581278.

HSL color Cylindrical-coordinate representation of color #5EA536: hue angle of 98.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EA536 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB9416554-
CMYK0.4300.670.35
HSL98.38º50.68%42.94%-
HSV(B)98.38º67.27%64.71%-
XYZ18.7429.568.21-
YUV131.1284.48101.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.03%
GREEN value IS 165 (64.84% from 255) = 52.72%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=30.03%
G=52.72%
B=17.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94165540.4300.670.3598.3850.6842.94
Hex5EA5362B0432362332b
Octal13624566530103431426353
Binary101111010100101110110101011010000111000111100010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,54); }

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

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

 a { background-color: rgb(94,165,54); }

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

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

 span { border-color: rgb(94,165,54); }

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