#50A633

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

Shades of Limeade #50A633

Tints of Limeade #50A633

Color information

#50A633 (or 0x50A633) is unknown color: approx Limeade. HEX triplet: 50, A6 and 33. RGB value is (80,166,51). Sum of RGB (Red+Green+Blue) = 80+166+51=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #50A633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A633 is #AF59CC. Grayscale: #7F7F7F. Windows color (decimal): -11491789 or 3384912. OLE color: 3384912.

HSL color Cylindrical-coordinate representation of color #50A633: hue angle of 104.87º 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 #50A633 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB8016651-
CMYK0.5200.690.35
HSL104.87º53%42.55%-
HSV(B)104.87º69.28%65.1%-
XYZ17.5429.227.85-
YUV127.1885.0194.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=26.94%
G=55.89%
B=17.17%

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
Decimal80166510.5200.690.35104.875342.55
Hex50A633340452369352b
Octal12024663640105431516553
Binary101000010100110110011110100010001011000111101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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