Html Css Color HEX #50F212 Harlequin

📋 copy color: '#50F212'

red 80 ◦ green 242 ◦ blue 18

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

Shades of Harlequin #50F212

Tints of Harlequin #50F212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.18%

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

R = 23.53%
G = 71.18%
B = 5.29%

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

#50F212 (or 0x50F212) is known color: Harlequin. HEX triplet: 50, F2 and 12. RGB value is (80,242,18). Sum of RGB (Red+Green+Blue) = 80+242+18=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #50F212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F212 is #AF0DED. Grayscale: #A8A8A8. Windows color (decimal): -11472366 or 1241680. OLE color: 1241680.

HSL color Cylindrical-coordinate representation of color #50F212: hue angle of 103.39º degrees, saturation: 0.9, 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 #50F212 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 18 -
CMYK 0.67 0 0.93 0.05
HSL 103.39º 0.9% 0.51% -
HSV(B) 103.39º 0.93% 0.95% -
XYZ 35.17 65.25 11.31 -
YUV 168.03 43.33 65.21 -
System Red Green Blue C M Y K H S L
Decimal 80 242 18 0.67 0 0.93 0.05 103.39 0.9 0.51
Hex 50 F2 12 43 0 5D 5 67 5A 33
Octal 120 362 22 103 0 135 5 147 132 63
Binary 1010000 11110010 10010 1000011 0 1011101 101 1100111 1011010 110011

Color Harmonies of #50F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F212

Black with #50F212

Text Example


Text Example

White with #50F212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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