#5EC14E

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

Shades of Apple #5EC14E

Tints of Apple #5EC14E

Color information

#5EC14E (or 0x5EC14E) is unknown color: approx Apple. HEX triplet: 5E, C1 and 4E. RGB value is (94,193,78). Sum of RGB (Red+Green+Blue) = 94+193+78=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC14E is #A13EB1. Grayscale: #969696. Windows color (decimal): -10567346 or 5161310. OLE color: 5161310.

HSL color Cylindrical-coordinate representation of color #5EC14E: hue angle of 111.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC14E is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB9419378-
CMYK0.5100.600.24
HSL111.65º48.12%53.14%-
HSV(B)111.65º59.59%75.69%-
XYZ25.0641.0713.81-
YUV150.2987.287.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.75%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=25.75%
G=52.88%
B=21.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94193780.5100.600.24111.6548.1253.14
Hex5EC14E3303C18703035
Octal13630111663074301606065
Binary10111101100000110011101100110111100110001110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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