Html Css Color HEX #50EC0E Harlequin

📋 copy color: '#50EC0E'

red 80 ◦ green 236 ◦ blue 14

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

Shades of Harlequin #50EC0E

Tints of Harlequin #50EC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 24.24%
G = 71.52%
B = 4.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#50EC0E (or 0x50EC0E) is known color: Harlequin. HEX triplet: 50, EC and 0E. RGB value is (80,236,14). Sum of RGB (Red+Green+Blue) = 80+236+14=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC0E is #AF13F1. Grayscale: #A4A4A4. Windows color (decimal): -11473906 or 978000. OLE color: 978000.

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

Color convert

RGB 80 236 14 -
CMYK 0.66 0 0.94 0.07
HSL 102.16º 0.89% 0.49% -
HSV(B) 102.16º 0.94% 0.93% -
XYZ 33.38 61.73 10.57 -
YUV 164.05 43.32 68.05 -
System Red Green Blue C M Y K H S L
Decimal 80 236 14 0.66 0 0.94 0.07 102.16 0.89 0.49
Hex 50 EC E 42 0 5E 7 66 59 31
Octal 120 354 16 102 0 136 7 146 131 61
Binary 1010000 11101100 1110 1000010 0 1011110 111 1100110 1011001 110001

Color Harmonies of #50EC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC0E

Black with #50EC0E

Text Example


Text Example

White with #50EC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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