Html Css Color HEX #50EE00 Harlequin

📋 copy color: '#50EE00'

red 80 ◦ green 238 ◦ blue 0

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

Shades of Harlequin #50EE00

Tints of Harlequin #50EE00

RGB

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

 GREEN value IS 238 (93.36% from 255) = 74.84%

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

R = 25.16%
G = 74.84%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#50EE00 (or 0x50EE00) is known color: Harlequin. HEX triplet: 50, EE and 00. RGB value is (80,238,0). Sum of RGB (Red+Green+Blue) = 80+238+0=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EE00 is #AF11FF. Grayscale: #A4A4A4. Windows color (decimal): -11473408 or 61008. OLE color: 61008.

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

Color convert

RGB 80 238 0 -
CMYK 0.66 0 1 0.07
HSL 99.83º 1% 0.47% -
HSV(B) 99.83º 1% 0.93% -
XYZ 33.88 62.85 10.35 -
YUV 163.63 35.65 68.35 -
System Red Green Blue C M Y K H S L
Decimal 80 238 0 0.66 0 1 0.07 99.83 1 0.47
Hex 50 EE 0 42 0 64 7 64 64 2F
Octal 120 356 0 102 0 144 7 144 144 57
Binary 1010000 11101110 0 1000010 0 1100100 111 1100100 1100100 101111

Color Harmonies of #50EE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE00

Black with #50EE00

Text Example


Text Example

White with #50EE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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