#5E9D13

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

Shades of Limeade #5E9D13

Tints of Limeade #5E9D13

Color information

#5E9D13 (or 0x5E9D13) is unknown color: approx Limeade. HEX triplet: 5E, 9D and 13. RGB value is (94,157,19). Sum of RGB (Red+Green+Blue) = 94+157+19=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9D13 is #A162EC. Grayscale: #7A7A7A. Windows color (decimal): -10576621 or 1285470. OLE color: 1285470.

HSL color Cylindrical-coordinate representation of color #5E9D13: hue angle of 87.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E9D13 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB9415719-
CMYK0.4000.880.38
HSL87.39º78.41%34.51%-
HSV(B)87.39º87.9%61.57%-
XYZ16.7926.544.85-
YUV122.4369.63107.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 157 (61.72% from 255) = 58.15%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=34.81%
G=58.15%
B=7.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94157190.4000.880.3887.3978.4134.51
Hex5E9D132805826574e23
Octal136235235001304612711643
Binary101111010011101100111010000101100010011010101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,19); }

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

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

 a { background-color: rgb(94,157,19); }

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

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

 span { border-color: rgb(94,157,19); }

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