#50B73A

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

Shades of Apple #50B73A

Tints of Apple #50B73A

Color information

#50B73A (or 0x50B73A) is unknown color: approx Apple. HEX triplet: 50, B7 and 3A. RGB value is (80,183,58). Sum of RGB (Red+Green+Blue) = 80+183+58=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #50B73A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B73A is #AF48C5. Grayscale: #8A8A8A. Windows color (decimal): -11487430 or 3848016. OLE color: 3848016.

HSL color Cylindrical-coordinate representation of color #50B73A: hue angle of 109.44º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B73A is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB8018358-
CMYK0.5600.680.28
HSL109.44º51.87%47.25%-
HSV(B)109.44º68.31%71.76%-
XYZ21.0135.889.82-
YUV137.9582.8886.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 183 (71.88% from 255) = 57.01%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=24.92%
G=57.01%
B=18.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183580.5600.680.28109.4451.8747.25
Hex50B73A380441C6d342f
Octal12026772700104341556457
Binary10100001011011111101011100001000100111001101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,58); }

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

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

 a { background-color: rgb(80,183,58); }

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

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

 span { border-color: rgb(80,183,58); }

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