#5FAA47

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

Shades of Apple #5FAA47

Tints of Apple #5FAA47

Color information

#5FAA47 (or 0x5FAA47) is unknown color: approx Apple. HEX triplet: 5F, AA and 47. RGB value is (95,170,71). Sum of RGB (Red+Green+Blue) = 95+170+71=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA47 is #A055B8. Grayscale: #888888. Windows color (decimal): -10507705 or 4696671. OLE color: 4696671.

HSL color Cylindrical-coordinate representation of color #5FAA47: hue angle of 105.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FAA47 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB9517071-
CMYK0.4400.580.33
HSL105.45º41.08%47.25%-
HSV(B)105.45º58.24%66.67%-
XYZ20.2331.6411-
YUV136.2991.1598.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 170 (66.80% from 255) = 50.60%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=28.27%
G=50.60%
B=21.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170710.4400.580.33105.4541.0847.25
Hex5FAA472C03A2169292f
Octal13725210754072411515157
Binary101111110101010100011110110001110101000011101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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