#50BA45

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

Shades of Apple #50BA45

Tints of Apple #50BA45

Color information

#50BA45 (or 0x50BA45) is unknown color: approx Apple. HEX triplet: 50, BA and 45. RGB value is (80,186,69). Sum of RGB (Red+Green+Blue) = 80+186+69=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA45 is #AF45BA. Grayscale: #8D8D8D. Windows color (decimal): -11486651 or 4569680. OLE color: 4569680.

HSL color Cylindrical-coordinate representation of color #50BA45: hue angle of 114.36º 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 #50BA45 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB8018669-
CMYK0.5700.630.27
HSL114.36º45.88%50%-
HSV(B)114.36º62.9%72.94%-
XYZ21.9437.2511.66-
YUV140.9787.3884.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=23.88%
G=55.52%
B=20.60%

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
Decimal80186690.5700.630.27114.3645.8850
Hex50BA453903F1B722e32
Octal12027210571077331625662
Binary10100001011101010001011110010111111110111110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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