Html Css Color HEX #50FD11 Harlequin

📋 copy color: '#50FD11'

red 80 ◦ green 253 ◦ blue 17

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

Shades of Harlequin #50FD11

Tints of Harlequin #50FD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 22.86%
G = 72.29%
B = 4.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#50FD11 (or 0x50FD11) is known color: Harlequin. HEX triplet: 50, FD and 11. RGB value is (80,253,17). Sum of RGB (Red+Green+Blue) = 80+253+17=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD11 is #AF02EE. Grayscale: #AFAFAF. Windows color (decimal): -11469551 or 1178960. OLE color: 1178960.

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

Color convert

RGB 80 253 17 -
CMYK 0.68 0 0.93 0.01
HSL 103.98º 0.98% 0.53% -
HSV(B) 103.98º 0.93% 0.99% -
XYZ 38.53 72 12.4 -
YUV 174.37 39.19 60.69 -
System Red Green Blue C M Y K H S L
Decimal 80 253 17 0.68 0 0.93 0.01 103.98 0.98 0.53
Hex 50 FD 11 44 0 5D 1 68 62 35
Octal 120 375 21 104 0 135 1 150 142 65
Binary 1010000 11111101 10001 1000100 0 1011101 1 1101000 1100010 110101

Color Harmonies of #50FD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD11

Black with #50FD11

Text Example


Text Example

White with #50FD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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