#50B845

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

Shades of Apple #50B845

Tints of Apple #50B845

Color information

#50B845 (or 0x50B845) is unknown color: approx Apple. HEX triplet: 50, B8 and 45. RGB value is (80,184,69). Sum of RGB (Red+Green+Blue) = 80+184+69=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #50B845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B845 is #AF47BA. Grayscale: #8C8C8C. Windows color (decimal): -11487163 or 4569168. OLE color: 4569168.

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

Color convert

RGB8018469-
CMYK0.5700.620.28
HSL114.26º45.45%49.61%-
HSV(B)114.26º62.5%72.16%-
XYZ21.5236.4211.52-
YUV139.7988.0485.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 184 (72.27% from 255) = 55.26%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=24.02%
G=55.26%
B=20.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80184690.5700.620.28114.2645.4549.61
Hex50B8453903E1C722d32
Octal12027010571076341625562
Binary10100001011100010001011110010111110111001110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,69); }

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

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

 a { background-color: rgb(80,184,69); }

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

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

 span { border-color: rgb(80,184,69); }

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