Html Css Color HEX #50EC26 Harlequin

📋 copy color: '#50EC26'

red 80 ◦ green 236 ◦ blue 38

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

Shades of Harlequin #50EC26

Tints of Harlequin #50EC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 22.6%
G = 66.67%
B = 10.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#50EC26 (or 0x50EC26) is known color: Harlequin. HEX triplet: 50, EC and 26. RGB value is (80,236,38). Sum of RGB (Red+Green+Blue) = 80+236+38=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC26 is #AF13D9. Grayscale: #A7A7A7. Windows color (decimal): -11473882 or 2550864. OLE color: 2550864.

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

Color convert

RGB 80 236 38 -
CMYK 0.66 0 0.84 0.07
HSL 107.27º 0.84% 0.54% -
HSV(B) 107.27º 0.84% 0.93% -
XYZ 33.65 61.84 12 -
YUV 166.78 55.32 66.1 -
System Red Green Blue C M Y K H S L
Decimal 80 236 38 0.66 0 0.84 0.07 107.27 0.84 0.54
Hex 50 EC 26 42 0 54 7 6B 54 36
Octal 120 354 46 102 0 124 7 153 124 66
Binary 1010000 11101100 100110 1000010 0 1010100 111 1101011 1010100 110110

Color Harmonies of #50EC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC26

Black with #50EC26

Text Example


Text Example

White with #50EC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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