#50DF00

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

Shades of Harlequin #50DF00

Tints of Harlequin #50DF00

Color information

#50DF00 (or 0x50DF00) is unknown color: approx Harlequin. HEX triplet: 50, DF and 00. RGB value is (80,223,0). Sum of RGB (Red+Green+Blue) = 80+223+0=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DF00 is #AF20FF. Grayscale: #9B9B9B. Windows color (decimal): -11477248 or 57168. OLE color: 57168.

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

Color convert

RGB802230-
CMYK0.64010.13
HSL98.48º100%43.73%-
HSV(B)98.48º100%87.45%-
XYZ29.754.488.95-
YUV154.8240.6274.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 223 (87.5% from 255) = 73.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.40%
G=73.60%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8022300.64010.1398.4810043.73
Hex50DF040064D62642c
Octal120337010001441514214454
Binary1010000110111110100000001100100110111000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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