#5BC050

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

Shades of Apple #5BC050

Tints of Apple #5BC050

Color information

#5BC050 (or 0x5BC050) is unknown color: approx Apple. HEX triplet: 5B, C0 and 50. RGB value is (91,192,80). Sum of RGB (Red+Green+Blue) = 91+192+80=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC050 is #A43FAF. Grayscale: #959595. Windows color (decimal): -10764208 or 5292123. OLE color: 5292123.

HSL color Cylindrical-coordinate representation of color #5BC050: hue angle of 114.11º degrees, saturation: 0.47, 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 #5BC050 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB9119280-
CMYK0.5300.580.25
HSL114.11º47.06%53.33%-
HSV(B)114.11º58.33%75.29%-
XYZ24.6140.514.11-
YUV149.0389.0486.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=25.07%
G=52.89%
B=22.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91192800.5300.580.25114.1147.0653.33
Hex5BC0503503A19722f35
Octal13330012065072311625765
Binary10110111100000010100001101010111010110011110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,80); }

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

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

 a { background-color: rgb(91,192,80); }

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

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

 span { border-color: rgb(91,192,80); }

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