#5EA350

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

Shades of Apple #5EA350

Tints of Apple #5EA350

Color information

#5EA350 (or 0x5EA350) is unknown color: approx Apple. HEX triplet: 5E, A3 and 50. RGB value is (94,163,80). Sum of RGB (Red+Green+Blue) = 94+163+80=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA350 is #A15CAF. Grayscale: #858585. Windows color (decimal): -10575024 or 5284702. OLE color: 5284702.

HSL color Cylindrical-coordinate representation of color #5EA350: hue angle of 109.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EA350 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB9416380-
CMYK0.4200.510.36
HSL109.88º34.16%47.65%-
HSV(B)109.88º50.92%63.92%-
XYZ19.1629.1512.21-
YUV132.9198.14100.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=27.89%
G=48.37%
B=23.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163800.4200.510.36109.8834.1647.65
Hex5EA3502A033246e2230
Octal13624312052063441564260
Binary101111010100011101000010101001100111001001101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,80); }

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

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

 a { background-color: rgb(94,163,80); }

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

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

 span { border-color: rgb(94,163,80); }

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