Html Css Color HEX #50EC10 Harlequin

📋 copy color: '#50EC10'

red 80 ◦ green 236 ◦ blue 16

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

Shades of Harlequin #50EC10

Tints of Harlequin #50EC10

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 24.1%
G = 71.08%
B = 4.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#50EC10 (or 0x50EC10) is known color: Harlequin. HEX triplet: 50, EC and 10. RGB value is (80,236,16). Sum of RGB (Red+Green+Blue) = 80+236+16=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC10 is #AF13EF. Grayscale: #A4A4A4. Windows color (decimal): -11473904 or 1109072. OLE color: 1109072.

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

Color convert

RGB 80 236 16 -
CMYK 0.66 0 0.93 0.07
HSL 102.55º 0.87% 0.49% -
HSV(B) 102.55º 0.93% 0.93% -
XYZ 33.4 61.73 10.65 -
YUV 164.28 44.32 67.89 -
System Red Green Blue C M Y K H S L
Decimal 80 236 16 0.66 0 0.93 0.07 102.55 0.87 0.49
Hex 50 EC 10 42 0 5D 7 67 57 31
Octal 120 354 20 102 0 135 7 147 127 61
Binary 1010000 11101100 10000 1000010 0 1011101 111 1100111 1010111 110001

Color Harmonies of #50EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC10

Black with #50EC10

Text Example


Text Example

White with #50EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,16); }

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

background-color css

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

 a { background-color: rgb(80,236,16); }

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

border-color css

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

 span { border-color: rgb(80,236,16); }

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