Shades of Harlequin #4FEC13
Tints of Harlequin #4FEC13
RGB
CMYK
RGB Variations
Color information
#4FEC13 (or 0x4FEC13) is known color: Harlequin. HEX triplet: 4F, EC and 13. RGB value is (79,236,19). Sum of RGB (Red+Green+Blue) = 79+236+19=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEC13 is #B013EC. Grayscale: #A5A5A5. Windows color (decimal): -11539437 or 1305679. OLE color: 1305679.
HSL color Cylindrical-coordinate representation of color #4FEC13: hue angle of 103.41º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FEC13 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 19 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.07 |
| HSL | 103.41º | 0.85% | 0.5% | - |
| HSV(B) | 103.41º | 0.92% | 0.93% | - |
| XYZ | 33.34 | 61.7 | 10.77 | - |
| YUV | 164.32 | 45.99 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 19 | 0.67 | 0 | 0.92 | 0.07 | 103.41 | 0.85 | 0.5 |
| Hex | 4F | EC | 13 | 43 | 0 | 5C | 7 | 67 | 55 | 32 |
| Octal | 117 | 354 | 23 | 103 | 0 | 134 | 7 | 147 | 125 | 62 |
| Binary | 1001111 | 11101100 | 10011 | 1000011 | 0 | 1011100 | 111 | 1100111 | 1010101 | 110010 |
Color Harmonies of #4FEC13
Complementary color
Monochromatic Colors of #4FEC13
Black with #4FEC13
Text Example
Text Example
White with #4FEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEC13; }
p { color: rgb(79,236,19); }
H1.HeaderClassName
{
color: #4FEC13;
}
.AnyTagClassName
{
color: #4FEC13;
}
</style>
background-color css
<style>
a { background-color: #4FEC13; }
a { background-color: rgb(79,236,19); }
div.DivClassName
{
background-color: #4FEC13;
}
.BgClassName
{
background-color: #4FEC13;
}
</style>
border-color css
<style>
span { border-color: #4FEC13; }
span { border-color: rgb(79,236,19); }
td.TdClassName
{
border-color: #4FEC13;
}
.TagClassName
{
border-color: #4FEC13;
}
</style>