#5EDB4E

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

Shades of Apple #5EDB4E

Tints of Apple #5EDB4E

Color information

#5EDB4E (or 0x5EDB4E) is unknown color: approx Apple. HEX triplet: 5E, DB and 4E. RGB value is (94,219,78). Sum of RGB (Red+Green+Blue) = 94+219+78=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDB4E is #A124B1. Grayscale: #A5A5A5. Windows color (decimal): -10560690 or 5167966. OLE color: 5167966.

HSL color Cylindrical-coordinate representation of color #5EDB4E: hue angle of 113.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EDB4E is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB9421978-
CMYK0.5700.640.14
HSL113.19º66.2%58.24%-
HSV(B)113.19º64.38%85.88%-
XYZ31.3253.5915.9-
YUV165.5578.5976.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.04%
GREEN value IS 219 (85.94% from 255) = 56.01%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=24.04%
G=56.01%
B=19.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94219780.5700.640.14113.1966.258.24
Hex5EDB4E39040E71423a
Octal1363331167101001616110272
Binary101111011011011100111011100101000000111011100011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,78); }

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

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

 a { background-color: rgb(94,219,78); }

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

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

 span { border-color: rgb(94,219,78); }

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