#50BF48

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

Shades of Apple #50BF48

Tints of Apple #50BF48

Color information

#50BF48 (or 0x50BF48) is unknown color: approx Apple. HEX triplet: 50, BF and 48. RGB value is (80,191,72). Sum of RGB (Red+Green+Blue) = 80+191+72=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF48 is #AF40B7. Grayscale: #909090. Windows color (decimal): -11485368 or 4767568. OLE color: 4767568.

HSL color Cylindrical-coordinate representation of color #50BF48: hue angle of 115.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BF48 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8019172-
CMYK0.5800.620.25
HSL115.97º48.18%51.57%-
HSV(B)115.97º62.3%74.9%-
XYZ23.1139.4312.52-
YUV144.2487.2382.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=23.32%
G=55.69%
B=20.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191720.5800.620.25115.9748.1851.57
Hex50BF483A03E19743034
Octal12027711072076311646064
Binary10100001011111110010001110100111110110011110100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,72); }

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

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

 a { background-color: rgb(80,191,72); }

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

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

 span { border-color: rgb(80,191,72); }

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