#5ED14D

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

Shades of Apple #5ED14D

Tints of Apple #5ED14D

Color information

#5ED14D (or 0x5ED14D) is unknown color: approx Apple. HEX triplet: 5E, D1 and 4D. RGB value is (94,209,77). Sum of RGB (Red+Green+Blue) = 94+209+77=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED14D is #A12EB2. Grayscale: #9F9F9F. Windows color (decimal): -10563251 or 5099870. OLE color: 5099870.

HSL color Cylindrical-coordinate representation of color #5ED14D: hue angle of 112.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED14D is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB9420977-
CMYK0.5500.630.18
HSL112.27º58.93%56.08%-
HSV(B)112.27º63.16%81.96%-
XYZ28.7648.5214.87-
YUV159.5781.481.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.74%
GREEN value IS 209 (82.03% from 255) = 55%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=24.74%
G=55%
B=20.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94209770.5500.630.18112.2758.9356.08
Hex5ED14D3703F12703b38
Octal13632111567077221607370
Binary10111101101000110011011101110111111100101110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,209,77); }

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

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

 a { background-color: rgb(94,209,77); }

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

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

 span { border-color: rgb(94,209,77); }

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