#5EAF58

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

Shades of Apple #5EAF58

Tints of Apple #5EAF58

Color information

#5EAF58 (or 0x5EAF58) is unknown color: approx Apple. HEX triplet: 5E, AF and 58. RGB value is (94,175,88). Sum of RGB (Red+Green+Blue) = 94+175+88=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF58 is #A150A7. Grayscale: #8D8D8D. Windows color (decimal): -10571944 or 5812062. OLE color: 5812062.

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

Color convert

RGB9417588-
CMYK0.4600.500.31
HSL115.86º35.22%51.57%-
HSV(B)115.86º49.71%68.63%-
XYZ21.7133.7414.6-
YUV140.8698.1694.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=26.33%
G=49.02%
B=24.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94175880.4600.500.31115.8635.2251.57
Hex5EAF582E0321F742334
Octal13625713056062371644364
Binary10111101010111110110001011100110010111111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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