Html Css Color HEX #50EC0F Harlequin

📋 copy color: '#50EC0F'

red 80 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #50EC0F

Tints of Harlequin #50EC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 24.17%
G = 71.3%
B = 4.53%

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

#50EC0F (or 0x50EC0F) is known color: Harlequin. HEX triplet: 50, EC and 0F. RGB value is (80,236,15). Sum of RGB (Red+Green+Blue) = 80+236+15=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC0F is #AF13F0. Grayscale: #A4A4A4. Windows color (decimal): -11473905 or 1043536. OLE color: 1043536.

HSL color Cylindrical-coordinate representation of color #50EC0F: hue angle of 102.35º degrees, saturation: 0.88, 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 #50EC0F is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 15 -
CMYK 0.66 0 0.94 0.07
HSL 102.35º 0.88% 0.49% -
HSV(B) 102.35º 0.94% 0.93% -
XYZ 33.39 61.73 10.61 -
YUV 164.16 43.82 67.97 -
System Red Green Blue C M Y K H S L
Decimal 80 236 15 0.66 0 0.94 0.07 102.35 0.88 0.49
Hex 50 EC F 42 0 5E 7 66 58 31
Octal 120 354 17 102 0 136 7 146 130 61
Binary 1010000 11101100 1111 1000010 0 1011110 111 1100110 1011000 110001

Color Harmonies of #50EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC0F

Black with #50EC0F

Text Example


Text Example

White with #50EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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