#5FBE50

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

Shades of Apple #5FBE50

Tints of Apple #5FBE50

Color information

#5FBE50 (or 0x5FBE50) is unknown color: approx Apple. HEX triplet: 5F, BE and 50. RGB value is (95,190,80). Sum of RGB (Red+Green+Blue) = 95+190+80=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBE50 is #A041AF. Grayscale: #959595. Windows color (decimal): -10502576 or 5291615. OLE color: 5291615.

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

Color convert

RGB9519080-
CMYK0.500.580.25
HSL111.82º45.83%52.94%-
HSV(B)111.82º57.89%74.51%-
XYZ24.5839.8413.98-
YUV149.0589.0389.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=26.03%
G=52.05%
B=21.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95190800.500.580.25111.8245.8352.94
Hex5FBE503203A19702e35
Octal13727612062072311605665
Binary10111111011111010100001100100111010110011110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,80); }

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

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

 a { background-color: rgb(95,190,80); }

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

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

 span { border-color: rgb(95,190,80); }

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