#50FA27

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

Shades of Harlequin #50FA27

Tints of Harlequin #50FA27

Color information

#50FA27 (or 0x50FA27) is unknown color: approx Harlequin. HEX triplet: 50, FA and 27. RGB value is (80,250,39). Sum of RGB (Red+Green+Blue) = 80+250+39=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FA27 is #AF05D8. Grayscale: #AFAFAF. Windows color (decimal): -11470297 or 2619984. OLE color: 2619984.

HSL color Cylindrical-coordinate representation of color #50FA27: hue angle of 108.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50FA27 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB8025039-
CMYK0.6800.840.02
HSL108.34º95.48%56.67%-
HSV(B)108.34º84.4%98.04%-
XYZ37.8670.2213.48-
YUV175.1251.1860.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 250 (98.05% from 255) = 67.75%
BLUE value IS 39 (15.62% from 255) = 10.57%
R=21.68%
G=67.75%
B=10.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80250390.6800.840.02108.3495.4856.67
Hex50FA274405426c5f39
Octal120372471040124215413771
Binary1010000111110101001111000100010101001011011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,250,39); }

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

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

 a { background-color: rgb(80,250,39); }

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

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

 span { border-color: rgb(80,250,39); }

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