#5FAE47

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

Shades of Apple #5FAE47

Tints of Apple #5FAE47

Color information

#5FAE47 (or 0x5FAE47) is unknown color: approx Apple. HEX triplet: 5F, AE and 47. RGB value is (95,174,71). Sum of RGB (Red+Green+Blue) = 95+174+71=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAE47 is #A051B8. Grayscale: #8A8A8A. Windows color (decimal): -10506681 or 4697695. OLE color: 4697695.

HSL color Cylindrical-coordinate representation of color #5FAE47: hue angle of 106.02º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FAE47 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB9517471-
CMYK0.4500.590.32
HSL106.02º42.04%48.04%-
HSV(B)106.02º59.2%68.24%-
XYZ20.9933.1611.26-
YUV138.6489.8396.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 174 (68.36% from 255) = 51.18%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=27.94%
G=51.18%
B=20.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95174710.4500.590.32106.0242.0448.04
Hex5FAE472D03B206a2a30
Octal13725610755073401525260
Binary101111110101110100011110110101110111000001101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,71); }

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

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

 a { background-color: rgb(95,174,71); }

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

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

 span { border-color: rgb(95,174,71); }

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