#5FA43F

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

Shades of Apple #5FA43F

Tints of Apple #5FA43F

Color information

#5FA43F (or 0x5FA43F) is unknown color: approx Apple. HEX triplet: 5F, A4 and 3F. RGB value is (95,164,63). Sum of RGB (Red+Green+Blue) = 95+164+63=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA43F is #A05BC0. Grayscale: #848484. Windows color (decimal): -10509249 or 4170847. OLE color: 4170847.

HSL color Cylindrical-coordinate representation of color #5FA43F: hue angle of 100.99º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA43F is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB9516463-
CMYK0.4200.620.36
HSL100.99º44.49%44.51%-
HSV(B)100.99º61.59%64.31%-
XYZ18.8929.349.37-
YUV131.8589.14101.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 63 (25% from 255) = 19.57%
R=29.50%
G=50.93%
B=19.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164630.4200.620.36100.9944.4944.51
Hex5FA43F2A03E24652c2d
Octal1372447752076441455455
Binary10111111010010011111110101001111101001001100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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