Html Css Color HEX #50F112 Harlequin

📋 copy color: '#50F112'

red 80 ◦ green 241 ◦ blue 18

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

Shades of Harlequin #50F112

Tints of Harlequin #50F112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.09%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 23.6%
G = 71.09%
B = 5.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#50F112 (or 0x50F112) is known color: Harlequin. HEX triplet: 50, F1 and 12. RGB value is (80,241,18). Sum of RGB (Red+Green+Blue) = 80+241+18=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #50F112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F112 is #AF0EED. Grayscale: #A8A8A8. Windows color (decimal): -11472622 or 1241424. OLE color: 1241424.

HSL color Cylindrical-coordinate representation of color #50F112: hue angle of 103.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50F112 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 241 18 -
CMYK 0.67 0 0.93 0.05
HSL 103.32º 0.89% 0.51% -
HSV(B) 103.32º 0.93% 0.95% -
XYZ 34.87 64.66 11.21 -
YUV 167.44 43.66 65.63 -
System Red Green Blue C M Y K H S L
Decimal 80 241 18 0.67 0 0.93 0.05 103.32 0.89 0.51
Hex 50 F1 12 43 0 5D 5 67 59 33
Octal 120 361 22 103 0 135 5 147 131 63
Binary 1010000 11110001 10010 1000011 0 1011101 101 1100111 1011001 110011

Color Harmonies of #50F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F112

Black with #50F112

Text Example


Text Example

White with #50F112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,241,18); }

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

background-color css

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

 a { background-color: rgb(80,241,18); }

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

border-color css

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

 span { border-color: rgb(80,241,18); }

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