Html Css Color HEX #50E718 Harlequin

📋 copy color: '#50E718'

red 80 ◦ green 231 ◦ blue 24

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

Shades of Harlequin #50E718

Tints of Harlequin #50E718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 68.96%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 23.88%
G = 68.96%
B = 7.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#50E718 (or 0x50E718) is known color: Harlequin. HEX triplet: 50, E7 and 18. RGB value is (80,231,24). Sum of RGB (Red+Green+Blue) = 80+231+24=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #50E718 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E718 is #AF18E7. Grayscale: #A2A2A2. Windows color (decimal): -11475176 or 1632080. OLE color: 1632080.

HSL color Cylindrical-coordinate representation of color #50E718: hue angle of 103.77º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50E718 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 24 -
CMYK 0.65 0 0.90 0.09
HSL 103.77º 0.81% 0.5% -
HSV(B) 103.77º 0.9% 0.91% -
XYZ 32.05 58.92 10.55 -
YUV 162.25 49.97 69.33 -
System Red Green Blue C M Y K H S L
Decimal 80 231 24 0.65 0 0.90 0.09 103.77 0.81 0.5
Hex 50 E7 18 41 0 5A 9 68 51 32
Octal 120 347 30 101 0 132 11 150 121 62
Binary 1010000 11100111 11000 1000001 0 1011010 1001 1101000 1010001 110010

Color Harmonies of #50E718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E718

Black with #50E718

Text Example


Text Example

White with #50E718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,231,24); }

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

background-color css

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

 a { background-color: rgb(80,231,24); }

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

border-color css

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

 span { border-color: rgb(80,231,24); }

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