#50F317

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

Shades of Harlequin #50F317

Tints of Harlequin #50F317

Color information

#50F317 (or 0x50F317) is unknown color: approx Harlequin. HEX triplet: 50, F3 and 17. RGB value is (80,243,23). Sum of RGB (Red+Green+Blue) = 80+243+23=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #50F317 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F317 is #AF0CE8. Grayscale: #A9A9A9. Windows color (decimal): -11472105 or 1569616. OLE color: 1569616.

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

Color convert

RGB8024323-
CMYK0.6700.910.05
HSL104.45º90.16%52.16%-
HSV(B)104.45º90.53%95.29%-
XYZ35.5165.8711.65-
YUV169.1845.564.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 243 (95.31% from 255) = 70.23%
BLUE value IS 23 (9.38% from 255) = 6.65%
R=23.12%
G=70.23%
B=6.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80243230.6700.910.05104.4590.1652.16
Hex50F3174305B5685a34
Octal120363271030133515013264
Binary1010000111100111011110000110101101110111010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,23); }

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

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

 a { background-color: rgb(80,243,23); }

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

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

 span { border-color: rgb(80,243,23); }

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