#5EB14D

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

Shades of Apple #5EB14D

Tints of Apple #5EB14D

Color information

#5EB14D (or 0x5EB14D) is unknown color: approx Apple. HEX triplet: 5E, B1 and 4D. RGB value is (94,177,77). Sum of RGB (Red+Green+Blue) = 94+177+77=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB14D is #A14EB2. Grayscale: #8D8D8D. Windows color (decimal): -10571443 or 5091678. OLE color: 5091678.

HSL color Cylindrical-coordinate representation of color #5EB14D: hue angle of 109.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EB14D is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB9417777-
CMYK0.4700.560.31
HSL109.8º39.37%49.8%-
HSV(B)109.8º56.5%69.41%-
XYZ21.6834.3612.51-
YUV140.789294.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=27.01%
G=50.86%
B=22.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94177770.4700.560.31109.839.3749.8
Hex5EB14D2F0381F6e2732
Octal13626111557070371564762
Binary10111101011000110011011011110111000111111101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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