#50E901

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

Shades of Harlequin #50E901

Tints of Harlequin #50E901

Color information

#50E901 (or 0x50E901) is unknown color: approx Harlequin. HEX triplet: 50, E9 and 01. RGB value is (80,233,1). Sum of RGB (Red+Green+Blue) = 80+233+1=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #50E901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E901 is #AF16FE. Grayscale: #A1A1A1. Windows color (decimal): -11474687 or 125264. OLE color: 125264.

HSL color Cylindrical-coordinate representation of color #50E901: hue angle of 99.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50E901 is Cyan = 0.66, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB802331-
CMYK0.6601.000.09
HSL99.57º99.15%45.88%-
HSV(B)99.57º99.57%91.37%-
XYZ32.4559.999.9-
YUV160.837.8170.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 233 (91.41% from 255) = 74.20%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=25.48%
G=74.20%
B=0.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8023310.6601.000.0999.5799.1545.88
Hex50E9142064964632e
Octal120351110201441114414356
Binary1010000111010011100001001100100100111001001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,233,1); }

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

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

 a { background-color: rgb(80,233,1); }

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

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

 span { border-color: rgb(80,233,1); }

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