#5fac53

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

Shades of Apple #5FAC53

Tints of Apple #5FAC53

Color information

#5FAC53 (or 0x5FAC53) is unknown color: approx Apple. HEX triplet: 5F, AC and 53. RGB value is (95,172,83). Sum of RGB (Red+Green+Blue) = 95+172+83=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC53 is #A053AC. Grayscale: #8B8B8B. Windows color (decimal): -10507181 or 5483615. OLE color: 5483615.

HSL color Cylindrical-coordinate representation of color #5FAC53: hue angle of 111.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FAC53 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB9517283-
CMYK0.4500.520.33
HSL111.91º34.9%50%-
HSV(B)111.91º51.74%67.45%-
XYZ21.0332.5613.36-
YUV138.8396.4996.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=27.14%
G=49.14%
B=23.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95172830.4500.520.33111.9134.950
Hex5FAC532D03421702332
Octal13725412355064411604362
Binary101111110101100101001110110101101001000011110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fac53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,83); }

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

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

 a { background-color: rgb(95,172,83); }

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

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

 span { border-color: rgb(95,172,83); }

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