#50BB47

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

Shades of Apple #50BB47

Tints of Apple #50BB47

Color information

#50BB47 (or 0x50BB47) is unknown color: approx Apple. HEX triplet: 50, BB and 47. RGB value is (80,187,71). Sum of RGB (Red+Green+Blue) = 80+187+71=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB47 is #AF44B8. Grayscale: #8E8E8E. Windows color (decimal): -11486393 or 4701008. OLE color: 4701008.

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

Color convert

RGB8018771-
CMYK0.5700.620.27
HSL115.34º46.03%50.59%-
HSV(B)115.34º62.03%73.33%-
XYZ22.2237.712.07-
YUV141.7888.0583.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=23.67%
G=55.33%
B=21.01%

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
Decimal80187710.5700.620.27115.3446.0350.59
Hex50BB473903E1B732e33
Octal12027310771076331635663
Binary10100001011101110001111110010111110110111110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,71); }

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

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

 a { background-color: rgb(80,187,71); }

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

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

 span { border-color: rgb(80,187,71); }

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