#50E80F

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

Shades of Harlequin #50E80F

Tints of Harlequin #50E80F

Color information

#50E80F (or 0x50E80F) is unknown color: approx Harlequin. HEX triplet: 50, E8 and 0F. RGB value is (80,232,15). Sum of RGB (Red+Green+Blue) = 80+232+15=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #50E80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E80F is #AF17F0. Grayscale: #A2A2A2. Windows color (decimal): -11474929 or 1042512. OLE color: 1042512.

HSL color Cylindrical-coordinate representation of color #50E80F: hue angle of 102.03º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50E80F is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB8023215-
CMYK0.6600.940.09
HSL102.03º87.85%48.43%-
HSV(B)102.03º93.53%90.98%-
XYZ32.2559.4510.23-
YUV161.8145.1469.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 232 (91.02% from 255) = 70.95%
BLUE value IS 15 (6.25% from 255) = 4.59%
R=24.46%
G=70.95%
B=4.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80232150.6600.940.09102.0387.8548.43
Hex50E8F4205E9665830
Octal1203501710201361114613060
Binary1010000111010001111100001001011110100111001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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