#5FC056

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

Shades of Apple #5FC056

Tints of Apple #5FC056

Color information

#5FC056 (or 0x5FC056) is unknown color: approx Apple. HEX triplet: 5F, C0 and 56. RGB value is (95,192,86). Sum of RGB (Red+Green+Blue) = 95+192+86=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC056 is #A03FA9. Grayscale: #979797. Windows color (decimal): -10502058 or 5685343. OLE color: 5685343.

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

Color convert

RGB9519286-
CMYK0.5100.550.25
HSL114.91º45.69%54.51%-
HSV(B)114.91º55.21%75.29%-
XYZ25.2540.815.35-
YUV150.9191.3688.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=25.47%
G=51.47%
B=23.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95192860.5100.550.25114.9145.6954.51
Hex5FC0563303719732e37
Octal13730012663067311635667
Binary10111111100000010101101100110110111110011110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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