Html Css Color HEX #50F716 Harlequin

📋 copy color: '#50F716'

red 80 ◦ green 247 ◦ blue 22

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

Shades of Harlequin #50F716

Tints of Harlequin #50F716

RGB

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

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

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

R = 22.92%
G = 70.77%
B = 6.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#50F716 (or 0x50F716) is known color: Harlequin. HEX triplet: 50, F7 and 16. RGB value is (80,247,22). Sum of RGB (Red+Green+Blue) = 80+247+22=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 247 (96.88% from 255 or 70.77% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 247 - color contains mainly: green. Hex color #50F716 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F716 is #AF08E9. Grayscale: #ACACAC. Windows color (decimal): -11471082 or 1505104. OLE color: 1505104.

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

Color convert

RGB 80 247 22 -
CMYK 0.68 0 0.91 0.03
HSL 104.53º 0.93% 0.53% -
HSV(B) 104.53º 0.91% 0.97% -
XYZ 36.71 68.28 12 -
YUV 171.42 43.67 62.8 -
System Red Green Blue C M Y K H S L
Decimal 80 247 22 0.68 0 0.91 0.03 104.53 0.93 0.53
Hex 50 F7 16 44 0 5B 3 69 5D 35
Octal 120 367 26 104 0 133 3 151 135 65
Binary 1010000 11110111 10110 1000100 0 1011011 11 1101001 1011101 110101

Color Harmonies of #50F716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F716

Black with #50F716

Text Example


Text Example

White with #50F716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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