Html Css Color HEX #50E10E Harlequin

📋 copy color: '#50E10E'

red 80 ◦ green 225 ◦ blue 14

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

Shades of Harlequin #50E10E

Tints of Harlequin #50E10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.53%

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

R = 25.08%
G = 70.53%
B = 4.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#50E10E (or 0x50E10E) is known color: Harlequin. HEX triplet: 50, E1 and 0E. RGB value is (80,225,14). Sum of RGB (Red+Green+Blue) = 80+225+14=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #50E10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E10E is #AF1EF1. Grayscale: #9E9E9E. Windows color (decimal): -11476722 or 975184. OLE color: 975184.

HSL color Cylindrical-coordinate representation of color #50E10E: hue angle of 101.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50E10E is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 14 -
CMYK 0.64 0 0.94 0.12
HSL 101.23º 0.88% 0.47% -
HSV(B) 101.23º 0.94% 0.88% -
XYZ 30.31 55.59 9.55 -
YUV 157.59 46.96 72.66 -
System Red Green Blue C M Y K H S L
Decimal 80 225 14 0.64 0 0.94 0.12 101.23 0.88 0.47
Hex 50 E1 E 40 0 5E C 65 58 2F
Octal 120 341 16 100 0 136 14 145 130 57
Binary 1010000 11100001 1110 1000000 0 1011110 1100 1100101 1011000 101111

Color Harmonies of #50E10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E10E

Black with #50E10E

Text Example


Text Example

White with #50E10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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