#5EB14A

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

Shades of Apple #5EB14A

Tints of Apple #5EB14A

Color information

#5EB14A (or 0x5EB14A) is unknown color: approx Apple. HEX triplet: 5E, B1 and 4A. RGB value is (94,177,74). Sum of RGB (Red+Green+Blue) = 94+177+74=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EB14A is #A14EB5. Grayscale: #8C8C8C. Windows color (decimal): -10571446 or 4895070. OLE color: 4895070.

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

Color convert

RGB9417774-
CMYK0.4700.580.31
HSL108.35º41.04%49.22%-
HSV(B)108.35º58.19%69.41%-
XYZ21.5734.3211.97-
YUV140.4490.594.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=27.25%
G=51.30%
B=21.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94177740.4700.580.31108.3541.0449.22
Hex5EB14A2F03A1F6c2931
Octal13626111257072371545161
Binary10111101011000110010101011110111010111111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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