Html Css Color HEX #50FD10 Harlequin

📋 copy color: '#50FD10'

red 80 ◦ green 253 ◦ blue 16

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

Shades of Harlequin #50FD10

Tints of Harlequin #50FD10

RGB

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

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

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

R = 22.92%
G = 72.49%
B = 4.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#50FD10 (or 0x50FD10) is known color: Harlequin. HEX triplet: 50, FD and 10. RGB value is (80,253,16). Sum of RGB (Red+Green+Blue) = 80+253+16=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD10 is #AF02EF. Grayscale: #AFAFAF. Windows color (decimal): -11469552 or 1113424. OLE color: 1113424.

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

Color convert

RGB 80 253 16 -
CMYK 0.68 0 0.94 0.01
HSL 103.8º 0.98% 0.53% -
HSV(B) 103.8º 0.94% 0.99% -
XYZ 38.53 71.99 12.36 -
YUV 174.26 38.69 60.77 -
System Red Green Blue C M Y K H S L
Decimal 80 253 16 0.68 0 0.94 0.01 103.8 0.98 0.53
Hex 50 FD 10 44 0 5E 1 68 62 35
Octal 120 375 20 104 0 136 1 150 142 65
Binary 1010000 11111101 10000 1000100 0 1011110 1 1101000 1100010 110101

Color Harmonies of #50FD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD10

Black with #50FD10

Text Example


Text Example

White with #50FD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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