Html Css Color HEX #50EC08 Harlequin

📋 copy color: '#50EC08'

red 80 ◦ green 236 ◦ blue 8

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

Shades of Harlequin #50EC08

Tints of Harlequin #50EC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 24.69%
G = 72.84%
B = 2.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#50EC08 (or 0x50EC08) is known color: Harlequin. HEX triplet: 50, EC and 08. RGB value is (80,236,8). Sum of RGB (Red+Green+Blue) = 80+236+8=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC08 is #AF13F7. Grayscale: #A4A4A4. Windows color (decimal): -11473912 or 584784. OLE color: 584784.

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

Color convert

RGB 80 236 8 -
CMYK 0.66 0 0.97 0.07
HSL 101.05º 0.93% 0.48% -
HSV(B) 101.05º 0.97% 0.93% -
XYZ 33.35 61.71 10.38 -
YUV 163.36 40.32 68.54 -
System Red Green Blue C M Y K H S L
Decimal 80 236 8 0.66 0 0.97 0.07 101.05 0.93 0.48
Hex 50 EC 8 42 0 61 7 65 5D 30
Octal 120 354 10 102 0 141 7 145 135 60
Binary 1010000 11101100 1000 1000010 0 1100001 111 1100101 1011101 110000

Color Harmonies of #50EC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC08

Black with #50EC08

Text Example


Text Example

White with #50EC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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