#50E10F

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

Shades of Harlequin #50E10F

Tints of Harlequin #50E10F

Color information

#50E10F (or 0x50E10F) is unknown color: approx Harlequin. HEX triplet: 50, E1 and 0F. RGB value is (80,225,15). Sum of RGB (Red+Green+Blue) = 80+225+15=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #50E10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E10F is #AF1EF0. Grayscale: #9E9E9E. Windows color (decimal): -11476721 or 1040720. OLE color: 1040720.

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

Color convert

RGB8022515-
CMYK0.6400.930.12
HSL101.43º87.5%47.06%-
HSV(B)101.43º93.33%88.24%-
XYZ30.3255.599.58-
YUV157.747.4672.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 225 (88.28% from 255) = 70.31%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=25%
G=70.31%
B=4.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal80225150.6400.930.12101.4387.547.06
Hex50E1F4005DC65582f
Octal1203411710001351414513057
Binary1010000111000011111100000001011101110011001011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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