#50BB46

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

Shades of Apple #50BB46

Tints of Apple #50BB46

Color information

#50BB46 (or 0x50BB46) is unknown color: approx Apple. HEX triplet: 50, BB and 46. RGB value is (80,187,70). Sum of RGB (Red+Green+Blue) = 80+187+70=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB46 is #AF44B9. Grayscale: #8E8E8E. Windows color (decimal): -11486394 or 4635472. OLE color: 4635472.

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

Color convert

RGB8018770-
CMYK0.5700.630.27
HSL114.87º46.25%50.39%-
HSV(B)114.87º62.57%73.33%-
XYZ22.1837.6911.9-
YUV141.6787.5584.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 187 (73.44% from 255) = 55.49%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=23.74%
G=55.49%
B=20.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187700.5700.630.27114.8746.2550.39
Hex50BB463903F1B732e32
Octal12027310671077331635662
Binary10100001011101110001101110010111111110111110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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