Html Css Color HEX #50E407 Harlequin

📋 copy color: '#50E407'

red 80 ◦ green 228 ◦ blue 7

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

Shades of Harlequin #50E407

Tints of Harlequin #50E407

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.38%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 25.4%
G = 72.38%
B = 2.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#50E407 (or 0x50E407) is known color: Harlequin. HEX triplet: 50, E4 and 07. RGB value is (80,228,7). Sum of RGB (Red+Green+Blue) = 80+228+7=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 228 (89.45% from 255 or 72.38% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 228 - color contains mainly: green. Hex color #50E407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E407 is #AF1BF8. Grayscale: #9F9F9F. Windows color (decimal): -11475961 or 517200. OLE color: 517200.

HSL color Cylindrical-coordinate representation of color #50E407: hue angle of 100.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50E407 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 7 -
CMYK 0.65 0 0.97 0.11
HSL 100.18º 0.94% 0.46% -
HSV(B) 100.18º 0.97% 0.89% -
XYZ 31.09 57.21 9.6 -
YUV 158.55 42.47 71.97 -
System Red Green Blue C M Y K H S L
Decimal 80 228 7 0.65 0 0.97 0.11 100.18 0.94 0.46
Hex 50 E4 7 41 0 61 B 64 5E 2E
Octal 120 344 7 101 0 141 13 144 136 56
Binary 1010000 11100100 111 1000001 0 1100001 1011 1100100 1011110 101110

Color Harmonies of #50E407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E407

Black with #50E407

Text Example


Text Example

White with #50E407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,7); }

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

background-color css

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

 a { background-color: rgb(80,228,7); }

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

border-color css

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

 span { border-color: rgb(80,228,7); }

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