#5E991C

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

Shades of Limeade #5E991C

Tints of Limeade #5E991C

Color information

#5E991C (or 0x5E991C) is unknown color: approx Limeade. HEX triplet: 5E, 99 and 1C. RGB value is (94,153,28). Sum of RGB (Red+Green+Blue) = 94+153+28=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #5E991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E991C is #A166E3. Grayscale: #797979. Windows color (decimal): -10577636 or 1874270. OLE color: 1874270.

HSL color Cylindrical-coordinate representation of color #5E991C: hue angle of 88.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E991C is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB9415328-
CMYK0.3900.820.4
HSL88.32º69.06%35.49%-
HSV(B)88.32º81.7%60%-
XYZ16.2225.255.12-
YUV121.1175.45108.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=34.18%
G=55.64%
B=10.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94153280.3900.820.488.3269.0635.49
Hex5E991C2705228584523
Octal136231344701225013010543
Binary101111010011001111001001110101001010100010110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,153,28); }

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

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

 a { background-color: rgb(94,153,28); }

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

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

 span { border-color: rgb(94,153,28); }

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