#50A534

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

Shades of Limeade #50A534

Tints of Limeade #50A534

Color information

#50A534 (or 0x50A534) is unknown color: approx Limeade. HEX triplet: 50, A5 and 34. RGB value is (80,165,52). Sum of RGB (Red+Green+Blue) = 80+165+52=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #50A534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A534 is #AF5ACB. Grayscale: #7F7F7F. Windows color (decimal): -11492044 or 3450192. OLE color: 3450192.

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

Color convert

RGB8016552-
CMYK0.5200.680.35
HSL105.13º52.07%42.55%-
HSV(B)105.13º68.48%64.71%-
XYZ17.3828.867.9-
YUV126.785.8494.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 165 (64.84% from 255) = 55.56%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=26.94%
G=55.56%
B=17.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80165520.5200.680.35105.1352.0742.55
Hex50A534340442369342b
Octal12024564640104431516453
Binary101000010100101110100110100010001001000111101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,52); }

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

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

 a { background-color: rgb(80,165,52); }

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

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

 span { border-color: rgb(80,165,52); }

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