Html Css Color HEX #50FD16 Harlequin

📋 copy color: '#50FD16'

red 80 ◦ green 253 ◦ blue 22

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

Shades of Harlequin #50FD16

Tints of Harlequin #50FD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.27%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 22.54%
G = 71.27%
B = 6.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#50FD16 (or 0x50FD16) is known color: Harlequin. HEX triplet: 50, FD and 16. RGB value is (80,253,22). Sum of RGB (Red+Green+Blue) = 80+253+22=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD16 is #AF02E9. Grayscale: #AFAFAF. Windows color (decimal): -11469546 or 1506640. OLE color: 1506640.

HSL color Cylindrical-coordinate representation of color #50FD16: hue angle of 104.94º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50FD16 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 22 -
CMYK 0.68 0 0.91 0.01
HSL 104.94º 0.98% 0.54% -
HSV(B) 104.94º 0.91% 0.99% -
XYZ 38.58 72.01 12.63 -
YUV 174.94 41.69 60.28 -
System Red Green Blue C M Y K H S L
Decimal 80 253 22 0.68 0 0.91 0.01 104.94 0.98 0.54
Hex 50 FD 16 44 0 5B 1 69 62 36
Octal 120 375 26 104 0 133 1 151 142 66
Binary 1010000 11111101 10110 1000100 0 1011011 1 1101001 1100010 110110

Color Harmonies of #50FD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD16

Black with #50FD16

Text Example


Text Example

White with #50FD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,22); }

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

background-color css

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

 a { background-color: rgb(80,253,22); }

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

border-color css

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

 span { border-color: rgb(80,253,22); }

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