#5ED94E

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

Shades of Apple #5ED94E

Tints of Apple #5ED94E

Color information

#5ED94E (or 0x5ED94E) is unknown color: approx Apple. HEX triplet: 5E, D9 and 4E. RGB value is (94,217,78). Sum of RGB (Red+Green+Blue) = 94+217+78=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED94E is #A126B1. Grayscale: #A4A4A4. Windows color (decimal): -10561202 or 5167454. OLE color: 5167454.

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

Color convert

RGB9421778-
CMYK0.5700.640.15
HSL113.09º64.65%57.84%-
HSV(B)113.09º64.06%85.1%-
XYZ30.852.5615.73-
YUV164.3879.2577.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 217 (85.16% from 255) = 55.78%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=24.16%
G=55.78%
B=20.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94217780.5700.640.15113.0964.6557.84
Hex5ED94E39040F71413a
Octal1363311167101001716110172
Binary101111011011001100111011100101000000111111100011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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