Html Css Color HEX #50F210 Harlequin

📋 copy color: '#50F210'

red 80 ◦ green 242 ◦ blue 16

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

Shades of Harlequin #50F210

Tints of Harlequin #50F210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 23.67%
G = 71.6%
B = 4.73%

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

#50F210 (or 0x50F210) is known color: Harlequin. HEX triplet: 50, F2 and 10. RGB value is (80,242,16). Sum of RGB (Red+Green+Blue) = 80+242+16=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #50F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F210 is #AF0DEF. Grayscale: #A8A8A8. Windows color (decimal): -11472368 or 1110608. OLE color: 1110608.

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

Color convert

RGB 80 242 16 -
CMYK 0.67 0 0.93 0.05
HSL 103.01º 0.9% 0.51% -
HSV(B) 103.01º 0.93% 0.95% -
XYZ 35.15 65.25 11.23 -
YUV 167.8 42.33 65.38 -
System Red Green Blue C M Y K H S L
Decimal 80 242 16 0.67 0 0.93 0.05 103.01 0.9 0.51
Hex 50 F2 10 43 0 5D 5 67 5A 33
Octal 120 362 20 103 0 135 5 147 132 63
Binary 1010000 11110010 10000 1000011 0 1011101 101 1100111 1011010 110011

Color Harmonies of #50F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F210

Black with #50F210

Text Example


Text Example

White with #50F210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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