#50f52e

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

Shades of Harlequin #50F52E

Tints of Harlequin #50F52E

Color information

#50F52E (or 0x50F52E) is unknown color: approx Harlequin. HEX triplet: 50, F5 and 2E. RGB value is (80,245,46). Sum of RGB (Red+Green+Blue) = 80+245+46=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 245 (96.09% from 255 or 66.04% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 245 - color contains mainly: green. Hex color #50F52E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F52E is #AF0AD1. Grayscale: #ADADAD. Windows color (decimal): -11471570 or 3077456. OLE color: 3077456.

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

Color convert

RGB8024546-
CMYK0.6700.810.04
HSL109.75º90.87%57.06%-
HSV(B)109.75º81.22%96.08%-
XYZ36.4567.2113.64-
YUV172.9856.3461.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 245 (96.09% from 255) = 66.04%
BLUE value IS 46 (18.36% from 255) = 12.40%
R=21.56%
G=66.04%
B=12.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80245460.6700.810.04109.7590.8757.06
Hex50F52E4305146e5b39
Octal120365561030121415613371
Binary10100001111010110111010000110101000110011011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,245,46); }

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

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

 a { background-color: rgb(80,245,46); }

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

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

 span { border-color: rgb(80,245,46); }

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