#50A733

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

Shades of Limeade #50A733

Tints of Limeade #50A733

Color information

#50A733 (or 0x50A733) is unknown color: approx Limeade. HEX triplet: 50, A7 and 33. RGB value is (80,167,51). Sum of RGB (Red+Green+Blue) = 80+167+51=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #50A733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A733 is #AF58CC. Grayscale: #808080. Windows color (decimal): -11491533 or 3385168. OLE color: 3385168.

HSL color Cylindrical-coordinate representation of color #50A733: hue angle of 105º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A733 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB8016751-
CMYK0.5200.690.35
HSL105º53.21%42.75%-
HSV(B)105º69.46%65.49%-
XYZ17.7229.587.91-
YUV127.7684.6893.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 167 (65.62% from 255) = 56.04%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=26.85%
G=56.04%
B=17.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80167510.5200.690.3510553.2142.75
Hex50A733340452369352b
Octal12024763640105431516553
Binary101000010100111110011110100010001011000111101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,167,51); }

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

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

 a { background-color: rgb(80,167,51); }

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

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

 span { border-color: rgb(80,167,51); }

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