Html Css Color HEX #50F910 Harlequin

📋 copy color: '#50F910'

red 80 ◦ green 249 ◦ blue 16

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

Shades of Harlequin #50F910

Tints of Harlequin #50F910

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.17%

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

R = 23.19%
G = 72.17%
B = 4.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#50F910 (or 0x50F910) is known color: Harlequin. HEX triplet: 50, F9 and 10. RGB value is (80,249,16). Sum of RGB (Red+Green+Blue) = 80+249+16=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #50F910 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F910 is #AF06EF. Grayscale: #ACACAC. Windows color (decimal): -11470576 or 1112400. OLE color: 1112400.

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

Color convert

RGB 80 249 16 -
CMYK 0.68 0 0.94 0.02
HSL 103.52º 0.95% 0.52% -
HSV(B) 103.52º 0.94% 0.98% -
XYZ 37.28 69.49 11.94 -
YUV 171.91 40.01 62.45 -
System Red Green Blue C M Y K H S L
Decimal 80 249 16 0.68 0 0.94 0.02 103.52 0.95 0.52
Hex 50 F9 10 44 0 5E 2 68 5F 34
Octal 120 371 20 104 0 136 2 150 137 64
Binary 1010000 11111001 10000 1000100 0 1011110 10 1101000 1011111 110100

Color Harmonies of #50F910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F910

Black with #50F910

Text Example


Text Example

White with #50F910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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