Html Css Color HEX #50EC09 Harlequin

📋 copy color: '#50EC09'

red 80 ◦ green 236 ◦ blue 9

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

Shades of Harlequin #50EC09

Tints of Harlequin #50EC09

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.62%

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

R = 24.62%
G = 72.62%
B = 2.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#50EC09 (or 0x50EC09) is known color: Harlequin. HEX triplet: 50, EC and 09. RGB value is (80,236,9). Sum of RGB (Red+Green+Blue) = 80+236+9=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC09 is #AF13F6. Grayscale: #A4A4A4. Windows color (decimal): -11473911 or 650320. OLE color: 650320.

HSL color Cylindrical-coordinate representation of color #50EC09: hue angle of 101.23º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50EC09 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 9 -
CMYK 0.66 0 0.96 0.07
HSL 101.23º 0.93% 0.48% -
HSV(B) 101.23º 0.96% 0.93% -
XYZ 33.35 61.72 10.41 -
YUV 163.48 40.82 68.46 -
System Red Green Blue C M Y K H S L
Decimal 80 236 9 0.66 0 0.96 0.07 101.23 0.93 0.48
Hex 50 EC 9 42 0 60 7 65 5D 30
Octal 120 354 11 102 0 140 7 145 135 60
Binary 1010000 11101100 1001 1000010 0 1100000 111 1100101 1011101 110000

Color Harmonies of #50EC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC09

Black with #50EC09

Text Example


Text Example

White with #50EC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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