#5FA73F

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

Shades of Apple #5FA73F

Tints of Apple #5FA73F

Color information

#5FA73F (or 0x5FA73F) is unknown color: approx Apple. HEX triplet: 5F, A7 and 3F. RGB value is (95,167,63). Sum of RGB (Red+Green+Blue) = 95+167+63=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA73F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA73F is #A058C0. Grayscale: #858585. Windows color (decimal): -10508481 or 4171615. OLE color: 4171615.

HSL color Cylindrical-coordinate representation of color #5FA73F: hue angle of 101.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA73F is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB9516763-
CMYK0.4300.620.35
HSL101.54º45.22%45.1%-
HSV(B)101.54º62.28%65.49%-
XYZ19.4430.439.55-
YUV133.6288.15100.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 167 (65.62% from 255) = 51.38%
BLUE value IS 63 (25% from 255) = 19.38%
R=29.23%
G=51.38%
B=19.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95167630.4300.620.35101.5445.2245.1
Hex5FA73F2B03E23662d2d
Octal1372477753076431465555
Binary10111111010011111111110101101111101000111100110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,63); }

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

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

 a { background-color: rgb(95,167,63); }

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

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

 span { border-color: rgb(95,167,63); }

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