Html Css Color HEX #50E609 Harlequin

📋 copy color: '#50E609'

red 80 ◦ green 230 ◦ blue 9

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

Shades of Harlequin #50E609

Tints of Harlequin #50E609

RGB

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

 GREEN value IS 230 (90.23% from 255) = 72.1%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 25.08%
G = 72.1%
B = 2.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#50E609 (or 0x50E609) is known color: Harlequin. HEX triplet: 50, E6 and 09. RGB value is (80,230,9). Sum of RGB (Red+Green+Blue) = 80+230+9=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 230 (90.23% from 255 or 72.10% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 230 - color contains mainly: green. Hex color #50E609 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E609 is #AF19F6. Grayscale: #A0A0A0. Windows color (decimal): -11475447 or 648784. OLE color: 648784.

HSL color Cylindrical-coordinate representation of color #50E609: hue angle of 100.72º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50E609 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 9 -
CMYK 0.65 0 0.96 0.10
HSL 100.72º 0.92% 0.47% -
HSV(B) 100.72º 0.96% 0.9% -
XYZ 31.65 58.32 9.85 -
YUV 159.96 42.81 70.97 -
System Red Green Blue C M Y K H S L
Decimal 80 230 9 0.65 0 0.96 0.10 100.72 0.92 0.47
Hex 50 E6 9 41 0 60 A 65 5C 2F
Octal 120 346 11 101 0 140 12 145 134 57
Binary 1010000 11100110 1001 1000001 0 1100000 1010 1100101 1011100 101111

Color Harmonies of #50E609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E609

Black with #50E609

Text Example


Text Example

White with #50E609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,9); }

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

background-color css

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

 a { background-color: rgb(80,230,9); }

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

border-color css

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

 span { border-color: rgb(80,230,9); }

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