#50B946

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

Shades of Apple #50B946

Tints of Apple #50B946

Color information

#50B946 (or 0x50B946) is unknown color: approx Apple. HEX triplet: 50, B9 and 46. RGB value is (80,185,70). Sum of RGB (Red+Green+Blue) = 80+185+70=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #50B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B946 is #AF46B9. Grayscale: #8C8C8C. Windows color (decimal): -11486906 or 4634960. OLE color: 4634960.

HSL color Cylindrical-coordinate representation of color #50B946: hue angle of 114.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50B946 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB8018570-
CMYK0.5700.620.27
HSL114.78º45.1%50%-
HSV(B)114.78º62.16%72.55%-
XYZ21.7636.8511.76-
YUV140.4988.2184.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=23.88%
G=55.22%
B=20.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185700.5700.620.27114.7845.150
Hex50B9463903E1B732d32
Octal12027110671076331635562
Binary10100001011100110001101110010111110110111110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B946; }

 p { color: rgb(80,185,70); }

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

<style>
 a { background-color: #50B946; }

 a { background-color: rgb(80,185,70); }

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

<style>
 span { border-color: #50B946; }

 span { border-color: rgb(80,185,70); }

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