#50ED17

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

Shades of Harlequin #50ED17

Tints of Harlequin #50ED17

Color information

#50ED17 (or 0x50ED17) is unknown color: approx Harlequin. HEX triplet: 50, ED and 17. RGB value is (80,237,23). Sum of RGB (Red+Green+Blue) = 80+237+23=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 237 (92.97% from 255 or 69.71% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50ED17 is #AF12E8. Grayscale: #A6A6A6. Windows color (decimal): -11473641 or 1568080. OLE color: 1568080.

HSL color Cylindrical-coordinate representation of color #50ED17: hue angle of 104.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50ED17 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB8023723-
CMYK0.6600.900.07
HSL104.02º85.6%50.98%-
HSV(B)104.02º90.3%92.94%-
XYZ33.7562.3411.06-
YUV165.6647.4966.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 237 (92.97% from 255) = 69.71%
BLUE value IS 23 (9.38% from 255) = 6.76%
R=23.53%
G=69.71%
B=6.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80237230.6600.900.07104.0285.650.98
Hex50ED174205A7685633
Octal120355271020132715012663
Binary1010000111011011011110000100101101011111010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,23); }

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

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

 a { background-color: rgb(80,237,23); }

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

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

 span { border-color: rgb(80,237,23); }

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