#50e811

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

Shades of Harlequin #50E811

Tints of Harlequin #50E811

Color information

#50E811 (or 0x50E811) is unknown color: approx Harlequin. HEX triplet: 50, E8 and 11. RGB value is (80,232,17). Sum of RGB (Red+Green+Blue) = 80+232+17=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #50E811 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E811 is #AF17EE. Grayscale: #A2A2A2. Windows color (decimal): -11474927 or 1173584. OLE color: 1173584.

HSL color Cylindrical-coordinate representation of color #50E811: hue angle of 102.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50E811 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB8023217-
CMYK0.6600.930.09
HSL102.42º86.35%48.82%-
HSV(B)102.42º92.67%90.98%-
XYZ32.2759.4610.31-
YUV162.0446.1469.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 232 (91.02% from 255) = 70.52%
BLUE value IS 17 (7.03% from 255) = 5.17%
R=24.32%
G=70.52%
B=5.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80232170.6600.930.09102.4286.3548.82
Hex50E8114205D9665631
Octal1203502110201351114612661
Binary10100001110100010001100001001011101100111001101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50e811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,232,17); }

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

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

 a { background-color: rgb(80,232,17); }

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

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

 span { border-color: rgb(80,232,17); }

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