#5FB755

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

Shades of Apple #5FB755

Tints of Apple #5FB755

Color information

#5FB755 (or 0x5FB755) is unknown color: approx Apple. HEX triplet: 5F, B7 and 55. RGB value is (95,183,85). Sum of RGB (Red+Green+Blue) = 95+183+85=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB755 is #A048AA. Grayscale: #919191. Windows color (decimal): -10504363 or 5617503. OLE color: 5617503.

HSL color Cylindrical-coordinate representation of color #5FB755: hue angle of 113.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FB755 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB9518385-
CMYK0.4800.540.28
HSL113.88º40.5%52.55%-
HSV(B)113.88º53.55%71.76%-
XYZ23.2936.9614.5-
YUV145.5293.8591.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=26.17%
G=50.41%
B=23.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95183850.4800.540.28113.8840.552.55
Hex5FB755300361C722835
Octal13726712560066341625065
Binary10111111011011110101011100000110110111001110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,183,85); }

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

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

 a { background-color: rgb(95,183,85); }

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

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

 span { border-color: rgb(95,183,85); }

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