#50E40F

Color #50E40F Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #50E40F

Tints of Harlequin #50E40F

Color information

#50E40F (or 0x50E40F) is unknown color: approx Harlequin. HEX triplet: 50, E4 and 0F. RGB value is (80,228,15). Sum of RGB (Red+Green+Blue) = 80+228+15=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 228 (89.45% from 255 or 70.59% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 228 - color contains mainly: green. Hex color #50E40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E40F is #AF1BF0. Grayscale: #A0A0A0. Windows color (decimal): -11475953 or 1041488. OLE color: 1041488.

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

Color convert

RGB8022815-
CMYK0.6500.930.11
HSL101.69º87.65%47.65%-
HSV(B)101.69º93.42%89.41%-
XYZ31.1457.239.86-
YUV159.4746.4771.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 228 (89.45% from 255) = 70.59%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=24.77%
G=70.59%
B=4.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80228150.6500.930.11101.6987.6547.65
Hex50E4F4105DB665830
Octal1203441710101351314613060
Binary1010000111001001111100000101011101101111001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50E40F;
 }
 .AnyTagClassName
 {
   color: #50E40F;
 }
</style>
background-color css

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

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

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

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

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

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