Shades of Harlequin #4FF003
Tints of Harlequin #4FF003
RGB
CMYK
RGB Variations
Color information
#4FF003 (or 0x4FF003) is known color: Harlequin. HEX triplet: 4F, F0 and 03. RGB value is (79,240,3). Sum of RGB (Red+Green+Blue) = 79+240+3=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF003 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF003 is #B00FFC. Grayscale: #A5A5A5. Windows color (decimal): -11538429 or 258127. OLE color: 258127.
HSL color Cylindrical-coordinate representation of color #4FF003: hue angle of 100.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FF003 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.06 |
| HSL | 100.76º | 0.98% | 0.48% | - |
| HSV(B) | 100.76º | 0.99% | 0.94% | - |
| XYZ | 34.4 | 63.99 | 10.62 | - |
| YUV | 164.84 | 36.66 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 3 | 0.67 | 0 | 0.99 | 0.06 | 100.76 | 0.98 | 0.48 |
| Hex | 4F | F0 | 3 | 43 | 0 | 63 | 6 | 65 | 62 | 30 |
| Octal | 117 | 360 | 3 | 103 | 0 | 143 | 6 | 145 | 142 | 60 |
| Binary | 1001111 | 11110000 | 11 | 1000011 | 0 | 1100011 | 110 | 1100101 | 1100010 | 110000 |
Color Harmonies of #4FF003
Complementary color
Monochromatic Colors of #4FF003
Black with #4FF003
Text Example
Text Example
White with #4FF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF003; }
p { color: rgb(79,240,3); }
H1.HeaderClassName
{
color: #4FF003;
}
.AnyTagClassName
{
color: #4FF003;
}
</style>
background-color css
<style>
a { background-color: #4FF003; }
a { background-color: rgb(79,240,3); }
div.DivClassName
{
background-color: #4FF003;
}
.BgClassName
{
background-color: #4FF003;
}
</style>
border-color css
<style>
span { border-color: #4FF003; }
span { border-color: rgb(79,240,3); }
td.TdClassName
{
border-color: #4FF003;
}
.TagClassName
{
border-color: #4FF003;
}
</style>