#50DC00

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

Shades of Harlequin #50DC00

Tints of Harlequin #50DC00

Color information

#50DC00 (or 0x50DC00) is unknown color: approx Harlequin. HEX triplet: 50, DC and 00. RGB value is (80,220,0). Sum of RGB (Red+Green+Blue) = 80+220+0=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC00 is #AF23FF. Grayscale: #999999. Windows color (decimal): -11478016 or 56400. OLE color: 56400.

HSL color Cylindrical-coordinate representation of color #50DC00: hue angle of 98.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50DC00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB802200-
CMYK0.64010.14
HSL98.18º100%43.14%-
HSV(B)98.18º100%86.27%-
XYZ28.952.898.69-
YUV153.0641.6275.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 220 (86.33% from 255) = 73.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.67%
G=73.33%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8022000.64010.1498.1810043.14
Hex50DC040064E62642b
Octal120334010001441614214453
Binary1010000110111000100000001100100111011000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,220,0); }

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

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

 a { background-color: rgb(80,220,0); }

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

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

 span { border-color: rgb(80,220,0); }

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