Html Css Color HEX #50F60E Harlequin

📋 copy color: '#50F60E'

red 80 ◦ green 246 ◦ blue 14

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

Shades of Harlequin #50F60E

Tints of Harlequin #50F60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 72.35%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 23.53%
G = 72.35%
B = 4.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#50F60E (or 0x50F60E) is known color: Harlequin. HEX triplet: 50, F6 and 0E. RGB value is (80,246,14). Sum of RGB (Red+Green+Blue) = 80+246+14=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 246 (96.48% from 255 or 72.35% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 246 - color contains mainly: green. Hex color #50F60E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F60E is #AF09F1. Grayscale: #AAAAAA. Windows color (decimal): -11471346 or 980560. OLE color: 980560.

HSL color Cylindrical-coordinate representation of color #50F60E: hue angle of 102.93º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50F60E is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 14 -
CMYK 0.67 0 0.94 0.04
HSL 102.93º 0.93% 0.51% -
HSV(B) 102.93º 0.94% 0.96% -
XYZ 36.34 67.65 11.56 -
YUV 169.92 40 63.86 -
System Red Green Blue C M Y K H S L
Decimal 80 246 14 0.67 0 0.94 0.04 102.93 0.93 0.51
Hex 50 F6 E 43 0 5E 4 67 5D 33
Octal 120 366 16 103 0 136 4 147 135 63
Binary 1010000 11110110 1110 1000011 0 1011110 100 1100111 1011101 110011

Color Harmonies of #50F60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F60E

Black with #50F60E

Text Example


Text Example

White with #50F60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,246,14); }

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

background-color css

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

 a { background-color: rgb(80,246,14); }

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

border-color css

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

 span { border-color: rgb(80,246,14); }

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