#5E9415

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

Shades of Limeade #5E9415

Tints of Limeade #5E9415

Color information

#5E9415 (or 0x5E9415) is unknown color: approx Limeade. HEX triplet: 5E, 94 and 15. RGB value is (94,148,21). Sum of RGB (Red+Green+Blue) = 94+148+21=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9415 is #A16BEA. Grayscale: #757575. Windows color (decimal): -10578923 or 1414238. OLE color: 1414238.

HSL color Cylindrical-coordinate representation of color #5E9415: hue angle of 85.51º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E9415 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB9414821-
CMYK0.3600.860.42
HSL85.51º75.15%33.14%-
HSV(B)85.51º85.81%58.04%-
XYZ15.3423.614.46-
YUV117.3873.61111.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=35.74%
G=56.27%
B=7.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94148210.3600.860.4285.5175.1533.14
Hex5E9415240562A564b21
Octal136224254401265212611341
Binary101111010010100101011001000101011010101010101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,148,21); }

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

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

 a { background-color: rgb(94,148,21); }

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

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

 span { border-color: rgb(94,148,21); }

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