#5EAF4E

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

Shades of Apple #5EAF4E

Tints of Apple #5EAF4E

Color information

#5EAF4E (or 0x5EAF4E) is unknown color: approx Apple. HEX triplet: 5E, AF and 4E. RGB value is (94,175,78). Sum of RGB (Red+Green+Blue) = 94+175+78=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF4E is #A150B1. Grayscale: #8C8C8C. Windows color (decimal): -10571954 or 5156702. OLE color: 5156702.

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

Color convert

RGB9417578-
CMYK0.4600.550.31
HSL110.1º38.34%49.61%-
HSV(B)110.1º55.43%68.63%-
XYZ21.3233.5912.57-
YUV139.7293.1695.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=27.09%
G=50.43%
B=22.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94175780.4600.550.31110.138.3449.61
Hex5EAF4E2E0371F6e2632
Octal13625711656067371564662
Binary10111101010111110011101011100110111111111101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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