#5D940E

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

Shades of Limeade #5D940E

Tints of Limeade #5D940E

Color information

#5D940E (or 0x5D940E) is unknown color: approx Limeade. HEX triplet: 5D, 94 and 0E. RGB value is (93,148,14). Sum of RGB (Red+Green+Blue) = 93+148+14=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #5D940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D940E is #A26BF1. Grayscale: #747474. Windows color (decimal): -10644466 or 955485. OLE color: 955485.

HSL color Cylindrical-coordinate representation of color #5D940E: hue angle of 84.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D940E is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB9314814-
CMYK0.3700.910.42
HSL84.63º82.72%31.76%-
HSV(B)84.63º90.54%58.04%-
XYZ15.1823.544.16-
YUV116.2870.28111.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 148 (58.20% from 255) = 58.04%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=36.47%
G=58.04%
B=5.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93148140.3700.910.4284.6382.7231.76
Hex5D94E2505B2A555320
Octal135224164501335212512340
Binary10111011001010011101001010101101110101010101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,148,14); }

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

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

 a { background-color: rgb(93,148,14); }

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

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

 span { border-color: rgb(93,148,14); }

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