Html Css Color HEX #50FD00 Harlequin

📋 copy color: '#50FD00'

red 80 ◦ green 253 ◦ blue 0

#50FD00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #50FD00

Tints of Harlequin #50FD00

RGB

 RED value IS 80 (31.64% from 255) = 24.02%

 GREEN value IS 253 (99.22% from 255) = 75.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.02%
G = 75.98%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#50FD00 (or 0x50FD00) is known color: Harlequin. HEX triplet: 50, FD and 00. RGB value is (80,253,0). Sum of RGB (Red+Green+Blue) = 80+253+0=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 253 (99.22% from 255 or 75.98% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD00 is #AF02FF. Grayscale: #ADADAD. Windows color (decimal): -11469568 or 64848. OLE color: 64848.

HSL color Cylindrical-coordinate representation of color #50FD00: hue angle of 101.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50FD00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 0 -
CMYK 0.68 0 1 0.01
HSL 101.03º 1% 0.5% -
HSV(B) 101.03º 1% 0.99% -
XYZ 38.43 71.96 11.86 -
YUV 172.43 30.69 62.07 -
System Red Green Blue C M Y K H S L
Decimal 80 253 0 0.68 0 1 0.01 101.03 1 0.5
Hex 50 FD 0 44 0 64 1 65 64 32
Octal 120 375 0 104 0 144 1 145 144 62
Binary 1010000 11111101 0 1000100 0 1100100 1 1100101 1100100 110010

Color Harmonies of #50FD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD00

Black with #50FD00

Text Example


Text Example

White with #50FD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50FD00;
 }
 .AnyTagClassName
 {
   color: #50FD00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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