Html Css Color HEX #50F71B Harlequin

📋 copy color: '#50F71B'

red 80 ◦ green 247 ◦ blue 27

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

Shades of Harlequin #50F71B

Tints of Harlequin #50F71B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 69.77%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 22.6%
G = 69.77%
B = 7.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#50F71B (or 0x50F71B) is known color: Harlequin. HEX triplet: 50, F7 and 1B. RGB value is (80,247,27). Sum of RGB (Red+Green+Blue) = 80+247+27=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #50F71B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F71B is #AF08E4. Grayscale: #ACACAC. Windows color (decimal): -11471077 or 1832784. OLE color: 1832784.

HSL color Cylindrical-coordinate representation of color #50F71B: hue angle of 105.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50F71B is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 27 -
CMYK 0.68 0 0.89 0.03
HSL 105.55º 0.93% 0.54% -
HSV(B) 105.55º 0.89% 0.97% -
XYZ 36.77 68.31 12.28 -
YUV 171.99 46.17 62.39 -
System Red Green Blue C M Y K H S L
Decimal 80 247 27 0.68 0 0.89 0.03 105.55 0.93 0.54
Hex 50 F7 1B 44 0 59 3 6A 5D 36
Octal 120 367 33 104 0 131 3 152 135 66
Binary 1010000 11110111 11011 1000100 0 1011001 11 1101010 1011101 110110

Color Harmonies of #50F71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F71B

Black with #50F71B

Text Example


Text Example

White with #50F71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,27); }

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

background-color css

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

 a { background-color: rgb(80,247,27); }

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

border-color css

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

 span { border-color: rgb(80,247,27); }

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