#50F12B

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

Shades of Harlequin #50F12B

Tints of Harlequin #50F12B

Color information

#50F12B (or 0x50F12B) is unknown color: approx Harlequin. HEX triplet: 50, F1 and 2B. RGB value is (80,241,43). Sum of RGB (Red+Green+Blue) = 80+241+43=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #50F12B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F12B is #AF0ED4. Grayscale: #AAAAAA. Windows color (decimal): -11472597 or 2879824. OLE color: 2879824.

HSL color Cylindrical-coordinate representation of color #50F12B: hue angle of 108.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50F12B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB8024143-
CMYK0.6700.820.05
HSL108.79º87.61%55.69%-
HSV(B)108.79º82.16%94.51%-
XYZ35.264.7912.94-
YUV170.2956.1663.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 241 (94.53% from 255) = 66.21%
BLUE value IS 43 (17.19% from 255) = 11.81%
R=21.98%
G=66.21%
B=11.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80241430.6700.820.05108.7987.6155.69
Hex50F12B4305256d5838
Octal120361531030122515513070
Binary10100001111000110101110000110101001010111011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,43); }

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

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

 a { background-color: rgb(80,241,43); }

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

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

 span { border-color: rgb(80,241,43); }

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