Shades of Harlequin #4FFF13
Tints of Harlequin #4FFF13
RGB
CMYK
RGB Variations
Color information
#4FFF13 (or 0x4FFF13) is known color: Harlequin. HEX triplet: 4F, FF and 13. RGB value is (79,255,19). Sum of RGB (Red+Green+Blue) = 79+255+19=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF13 is #B000EC. Grayscale: #B0B0B0. Windows color (decimal): -11534573 or 1310543. OLE color: 1310543.
HSL color Cylindrical-coordinate representation of color #4FFF13: hue angle of 104.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FFF13 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 19 | - |
| CMYK | 0.69 | 0 | 0.93 | 0 |
| HSL | 104.75º | 1% | 0.54% | - |
| HSV(B) | 104.75º | 0.93% | 1% | - |
| XYZ | 39.1 | 73.23 | 12.69 | - |
| YUV | 175.47 | 39.69 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 19 | 0.69 | 0 | 0.93 | 0 | 104.75 | 1 | 0.54 |
| Hex | 4F | FF | 13 | 45 | 0 | 5D | 0 | 69 | 64 | 36 |
| Octal | 117 | 377 | 23 | 105 | 0 | 135 | 0 | 151 | 144 | 66 |
| Binary | 1001111 | 11111111 | 10011 | 1000101 | 0 | 1011101 | 0 | 1101001 | 1100100 | 110110 |
Color Harmonies of #4FFF13
Complementary color
Monochromatic Colors of #4FFF13
Black with #4FFF13
Text Example
Text Example
White with #4FFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF13; }
p { color: rgb(79,255,19); }
H1.HeaderClassName
{
color: #4FFF13;
}
.AnyTagClassName
{
color: #4FFF13;
}
</style>
background-color css
<style>
a { background-color: #4FFF13; }
a { background-color: rgb(79,255,19); }
div.DivClassName
{
background-color: #4FFF13;
}
.BgClassName
{
background-color: #4FFF13;
}
</style>
border-color css
<style>
span { border-color: #4FFF13; }
span { border-color: rgb(79,255,19); }
td.TdClassName
{
border-color: #4FFF13;
}
.TagClassName
{
border-color: #4FFF13;
}
</style>