#50F607

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

Shades of Harlequin #50F607

Tints of Harlequin #50F607

Color information

#50F607 (or 0x50F607) is unknown color: approx Harlequin. HEX triplet: 50, F6 and 07. RGB value is (80,246,7). Sum of RGB (Red+Green+Blue) = 80+246+7=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #50F607 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F607 is #AF09F8. Grayscale: #A9A9A9. Windows color (decimal): -11471353 or 521808. OLE color: 521808.

HSL color Cylindrical-coordinate representation of color #50F607: hue angle of 101.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50F607 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB802467-
CMYK0.6700.970.04
HSL101.67º94.47%49.61%-
HSV(B)101.67º97.15%96.47%-
XYZ36.367.6311.34-
YUV169.1236.564.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 246 (96.48% from 255) = 73.87%
BLUE value IS 7 (3.12% from 255) = 2.10%
R=24.02%
G=73.87%
B=2.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal8024670.6700.970.04101.6794.4749.61
Hex50F67430614665e32
Octal12036671030141414613662
Binary10100001111011011110000110110000110011001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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