#5E9F35

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

Shades of Limeade #5E9F35

Tints of Limeade #5E9F35

Color information

#5E9F35 (or 0x5E9F35) is unknown color: approx Limeade. HEX triplet: 5E, 9F and 35. RGB value is (94,159,53). Sum of RGB (Red+Green+Blue) = 94+159+53=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9F35 is #A160CA. Grayscale: #7F7F7F. Windows color (decimal): -10576075 or 3514206. OLE color: 3514206.

HSL color Cylindrical-coordinate representation of color #5E9F35: hue angle of 96.79º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E9F35 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB9415953-
CMYK0.4100.670.38
HSL96.79º50%41.57%-
HSV(B)96.79º66.67%62.35%-
XYZ17.6627.437.73-
YUV127.4885.97104.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=30.72%
G=51.96%
B=17.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159530.4100.670.3896.795041.57
Hex5E9F35290432661322a
Octal13623765510103461416252
Binary101111010011111110101101001010000111001101100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,53); }

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

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

 a { background-color: rgb(94,159,53); }

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

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

 span { border-color: rgb(94,159,53); }

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