#5FBE56

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

Shades of Apple #5FBE56

Tints of Apple #5FBE56

Color information

#5FBE56 (or 0x5FBE56) is unknown color: approx Apple. HEX triplet: 5F, BE and 56. RGB value is (95,190,86). Sum of RGB (Red+Green+Blue) = 95+190+86=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBE56 is #A041A9. Grayscale: #969696. Windows color (decimal): -10502570 or 5684831. OLE color: 5684831.

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

Color convert

RGB9519086-
CMYK0.500.550.25
HSL114.81º44.44%54.12%-
HSV(B)114.81º54.74%74.51%-
XYZ24.8139.9315.2-
YUV149.7492.0388.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=25.61%
G=51.21%
B=23.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95190860.500.550.25114.8144.4454.12
Hex5FBE563203719732c36
Octal13727612662067311635466
Binary10111111011111010101101100100110111110011110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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