Html Css Color HEX #50E918 Harlequin

📋 copy color: '#50E918'

red 80 ◦ green 233 ◦ blue 24

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

Shades of Harlequin #50E918

Tints of Harlequin #50E918

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.14%

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

R = 23.74%
G = 69.14%
B = 7.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#50E918 (or 0x50E918) is known color: Harlequin. HEX triplet: 50, E9 and 18. RGB value is (80,233,24). Sum of RGB (Red+Green+Blue) = 80+233+24=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 233 (91.41% from 255 or 69.14% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 233 - color contains mainly: green. Hex color #50E918 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E918 is #AF16E7. Grayscale: #A4A4A4. Windows color (decimal): -11474664 or 1632592. OLE color: 1632592.

HSL color Cylindrical-coordinate representation of color #50E918: hue angle of 103.92º degrees, saturation: 0.83, 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 #50E918 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 24 -
CMYK 0.66 0 0.90 0.09
HSL 103.92º 0.83% 0.5% -
HSV(B) 103.92º 0.9% 0.91% -
XYZ 32.61 60.05 10.74 -
YUV 163.43 49.31 68.49 -
System Red Green Blue C M Y K H S L
Decimal 80 233 24 0.66 0 0.90 0.09 103.92 0.83 0.5
Hex 50 E9 18 42 0 5A 9 68 53 32
Octal 120 351 30 102 0 132 11 150 123 62
Binary 1010000 11101001 11000 1000010 0 1011010 1001 1101000 1010011 110010

Color Harmonies of #50E918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E918

Black with #50E918

Text Example


Text Example

White with #50E918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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