#50F813

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

Shades of Harlequin #50F813

Tints of Harlequin #50F813

Color information

#50F813 (or 0x50F813) is unknown color: approx Harlequin. HEX triplet: 50, F8 and 13. RGB value is (80,248,19). Sum of RGB (Red+Green+Blue) = 80+248+19=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #50F813 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F813 is #AF07EC. Grayscale: #ACACAC. Windows color (decimal): -11470829 or 1308752. OLE color: 1308752.

HSL color Cylindrical-coordinate representation of color #50F813: hue angle of 104.02º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50F813 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB8024819-
CMYK0.6800.920.03
HSL104.02º94.24%52.35%-
HSV(B)104.02º92.34%97.25%-
XYZ36.9968.8911.96-
YUV171.6641.8462.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 248 (97.27% from 255) = 71.47%
BLUE value IS 19 (7.81% from 255) = 5.48%
R=23.05%
G=71.47%
B=5.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80248190.6800.920.03104.0294.2452.35
Hex50F8134405C3685e34
Octal120370231040134315013664
Binary101000011111000100111000100010111001111010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,248,19); }

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

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

 a { background-color: rgb(80,248,19); }

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

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

 span { border-color: rgb(80,248,19); }

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