Html Css Color HEX #50E813 Harlequin

📋 copy color: '#50E813'

red 80 ◦ green 232 ◦ blue 19

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

Shades of Harlequin #50E813

Tints of Harlequin #50E813

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.09%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 24.17%
G = 70.09%
B = 5.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#50E813 (or 0x50E813) is known color: Harlequin. HEX triplet: 50, E8 and 13. RGB value is (80,232,19). Sum of RGB (Red+Green+Blue) = 80+232+19=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 232 (91.02% from 255 or 70.09% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 232 - color contains mainly: green. Hex color #50E813 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E813 is #AF17EC. Grayscale: #A2A2A2. Windows color (decimal): -11474925 or 1304656. OLE color: 1304656.

HSL color Cylindrical-coordinate representation of color #50E813: hue angle of 102.82º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50E813 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 19 -
CMYK 0.66 0 0.92 0.09
HSL 102.82º 0.85% 0.49% -
HSV(B) 102.82º 0.92% 0.91% -
XYZ 32.28 59.47 10.39 -
YUV 162.27 47.14 69.32 -
System Red Green Blue C M Y K H S L
Decimal 80 232 19 0.66 0 0.92 0.09 102.82 0.85 0.49
Hex 50 E8 13 42 0 5C 9 67 55 31
Octal 120 350 23 102 0 134 11 147 125 61
Binary 1010000 11101000 10011 1000010 0 1011100 1001 1100111 1010101 110001

Color Harmonies of #50E813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E813

Black with #50E813

Text Example


Text Example

White with #50E813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,19); }

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

background-color css

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

 a { background-color: rgb(80,232,19); }

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

border-color css

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

 span { border-color: rgb(80,232,19); }

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