#5E981D

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

Shades of Limeade #5E981D

Tints of Limeade #5E981D

Color information

#5E981D (or 0x5E981D) is unknown color: approx Limeade. HEX triplet: 5E, 98 and 1D. RGB value is (94,152,29). Sum of RGB (Red+Green+Blue) = 94+152+29=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #5E981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E981D is #A167E2. Grayscale: #797979. Windows color (decimal): -10577891 or 1939550. OLE color: 1939550.

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

Color convert

RGB9415229-
CMYK0.3800.810.40
HSL88.29º67.96%35.49%-
HSV(B)88.29º80.92%59.61%-
XYZ16.0724.925.13-
YUV120.6476.28109-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=34.18%
G=55.27%
B=10.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94152290.3800.810.4088.2967.9635.49
Hex5E981D2605128584423
Octal136230354601215013010443
Binary101111010011000111011001100101000110100010110001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E981D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,29); }

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

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

 a { background-color: rgb(94,152,29); }

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

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

 span { border-color: rgb(94,152,29); }

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