#5FB056

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

Shades of Apple #5FB056

Tints of Apple #5FB056

Color information

#5FB056 (or 0x5FB056) is unknown color: approx Apple. HEX triplet: 5F, B0 and 56. RGB value is (95,176,86). Sum of RGB (Red+Green+Blue) = 95+176+86=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB056 is #A04FA9. Grayscale: #8D8D8D. Windows color (decimal): -10506154 or 5681247. OLE color: 5681247.

HSL color Cylindrical-coordinate representation of color #5FB056: hue angle of 114º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FB056 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB9517686-
CMYK0.4600.510.31
HSL114º36.29%51.37%-
HSV(B)114º51.14%69.02%-
XYZ21.9234.1614.24-
YUV141.5296.6694.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=26.61%
G=49.30%
B=24.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176860.4600.510.3111436.2951.37
Hex5FB0562E0331F722433
Octal13726012656063371624463
Binary10111111011000010101101011100110011111111110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,86); }

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

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

 a { background-color: rgb(95,176,86); }

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

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

 span { border-color: rgb(95,176,86); }

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