Html Css Color HEX #50FE1F Harlequin

📋 copy color: '#50FE1F'

red 80 ◦ green 254 ◦ blue 31

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

Shades of Harlequin #50FE1F

Tints of Harlequin #50FE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.59%

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 21.92%
G = 69.59%
B = 8.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#50FE1F (or 0x50FE1F) is known color: Harlequin. HEX triplet: 50, FE and 1F. RGB value is (80,254,31). Sum of RGB (Red+Green+Blue) = 80+254+31=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FE1F is #AF01E0. Grayscale: #B1B1B1. Windows color (decimal): -11469281 or 2096720. OLE color: 2096720.

HSL color Cylindrical-coordinate representation of color #50FE1F: hue angle of 106.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50FE1F is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 31 -
CMYK 0.69 0 0.88 0.00
HSL 106.82º 0.99% 0.56% -
HSV(B) 106.82º 0.88% 1% -
XYZ 39 72.69 13.27 -
YUV 176.55 45.85 59.13 -
System Red Green Blue C M Y K H S L
Decimal 80 254 31 0.69 0 0.88 0.00 106.82 0.99 0.56
Hex 50 FE 1F 45 0 58 0 6B 63 38
Octal 120 376 37 105 0 130 0 153 143 70
Binary 1010000 11111110 11111 1000101 0 1011000 0 1101011 1100011 111000

Color Harmonies of #50FE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FE1F

Black with #50FE1F

Text Example


Text Example

White with #50FE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,31); }

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

background-color css

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

 a { background-color: rgb(80,254,31); }

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

border-color css

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

 span { border-color: rgb(80,254,31); }

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