#5eb14b

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

Shades of Apple #5EB14B

Tints of Apple #5EB14B

Color information

#5EB14B (or 0x5EB14B) is unknown color: approx Apple. HEX triplet: 5E, B1 and 4B. RGB value is (94,177,75). Sum of RGB (Red+Green+Blue) = 94+177+75=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EB14B is #A14EB4. Grayscale: #8C8C8C. Windows color (decimal): -10571445 or 4960606. OLE color: 4960606.

HSL color Cylindrical-coordinate representation of color #5EB14B: hue angle of 108.82º degrees, saturation: 0.4, 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 #5EB14B is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB9417775-
CMYK0.4700.580.31
HSL108.82º40.48%49.41%-
HSV(B)108.82º57.63%69.41%-
XYZ21.6134.3312.14-
YUV140.569194.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.17%
GREEN value IS 177 (69.53% from 255) = 51.16%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=27.17%
G=51.16%
B=21.68%

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
Decimal94177750.4700.580.31108.8240.4849.41
Hex5EB14B2F03A1F6d2831
Octal13626111357072371555061
Binary10111101011000110010111011110111010111111101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eb14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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