#50E71C

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

Shades of Harlequin #50E71C

Tints of Harlequin #50E71C

Color information

#50E71C (or 0x50E71C) is unknown color: approx Harlequin. HEX triplet: 50, E7 and 1C. RGB value is (80,231,28). Sum of RGB (Red+Green+Blue) = 80+231+28=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 231 (90.62% from 255 or 68.14% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 231 - color contains mainly: green. Hex color #50E71C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E71C is #AF18E3. Grayscale: #A3A3A3. Windows color (decimal): -11475172 or 1894224. OLE color: 1894224.

HSL color Cylindrical-coordinate representation of color #50E71C: hue angle of 104.63º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50E71C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB8023128-
CMYK0.6500.880.09
HSL104.63º80.88%50.78%-
HSV(B)104.63º87.88%90.59%-
XYZ32.0958.9410.78-
YUV162.7151.9769.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 231 (90.62% from 255) = 68.14%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=23.60%
G=68.14%
B=8.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80231280.6500.880.09104.6380.8850.78
Hex50E71C410589695133
Octal1203473410101301115112163
Binary10100001110011111100100000101011000100111010011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,231,28); }

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

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

 a { background-color: rgb(80,231,28); }

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

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

 span { border-color: rgb(80,231,28); }

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