#5FAF4E

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

Shades of Apple #5FAF4E

Tints of Apple #5FAF4E

Color information

#5FAF4E (or 0x5FAF4E) is unknown color: approx Apple. HEX triplet: 5F, AF and 4E. RGB value is (95,175,78). Sum of RGB (Red+Green+Blue) = 95+175+78=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF4E is #A050B1. Grayscale: #8C8C8C. Windows color (decimal): -10506418 or 5156703. OLE color: 5156703.

HSL color Cylindrical-coordinate representation of color #5FAF4E: hue angle of 109.48º 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 #5FAF4E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB9517578-
CMYK0.4600.550.31
HSL109.48º38.34%49.61%-
HSV(B)109.48º55.43%68.63%-
XYZ21.4233.6412.57-
YUV140.029395.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=27.30%
G=50.29%
B=22.41%

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
Decimal95175780.4600.550.31109.4838.3449.61
Hex5FAF4E2E0371F6d2632
Octal13725711656067371554662
Binary10111111010111110011101011100110111111111101101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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