Html Css Color HEX #50DE00 Harlequin

📋 copy color: '#50DE00'

red 80 ◦ green 222 ◦ blue 0

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

Shades of Harlequin #50DE00

Tints of Harlequin #50DE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.51%

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

R = 26.49%
G = 73.51%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#50DE00 (or 0x50DE00) is known color: Harlequin. HEX triplet: 50, DE and 00. RGB value is (80,222,0). Sum of RGB (Red+Green+Blue) = 80+222+0=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DE00 is #AF21FF. Grayscale: #9A9A9A. Windows color (decimal): -11477504 or 56912. OLE color: 56912.

HSL color Cylindrical-coordinate representation of color #50DE00: hue angle of 98.38º 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 #50DE00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 0 -
CMYK 0.64 0 1 0.13
HSL 98.38º 1% 0.44% -
HSV(B) 98.38º 1% 0.87% -
XYZ 29.43 53.95 8.86 -
YUV 154.23 40.96 75.05 -
System Red Green Blue C M Y K H S L
Decimal 80 222 0 0.64 0 1 0.13 98.38 1 0.44
Hex 50 DE 0 40 0 64 D 62 64 2C
Octal 120 336 0 100 0 144 15 142 144 54
Binary 1010000 11011110 0 1000000 0 1100100 1101 1100010 1100100 101100

Color Harmonies of #50DE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE00

Black with #50DE00

Text Example


Text Example

White with #50DE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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