Shades of Harlequin #4FFC10
Tints of Harlequin #4FFC10
RGB
CMYK
RGB Variations
Color information
#4FFC10 (or 0x4FFC10) is known color: Harlequin. HEX triplet: 4F, FC and 10. RGB value is (79,252,16). Sum of RGB (Red+Green+Blue) = 79+252+16=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC10 is #B003EF. Grayscale: #AEAEAE. Windows color (decimal): -11535344 or 1113167. OLE color: 1113167.
HSL color Cylindrical-coordinate representation of color #4FFC10: hue angle of 103.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FFC10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.01 |
| HSL | 103.98º | 0.98% | 0.53% | - |
| HSV(B) | 103.98º | 0.94% | 0.99% | - |
| XYZ | 38.13 | 71.32 | 12.25 | - |
| YUV | 173.37 | 39.19 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 16 | 0.69 | 0 | 0.94 | 0.01 | 103.98 | 0.98 | 0.53 |
| Hex | 4F | FC | 10 | 45 | 0 | 5E | 1 | 68 | 62 | 35 |
| Octal | 117 | 374 | 20 | 105 | 0 | 136 | 1 | 150 | 142 | 65 |
| Binary | 1001111 | 11111100 | 10000 | 1000101 | 0 | 1011110 | 1 | 1101000 | 1100010 | 110101 |
Color Harmonies of #4FFC10
Complementary color
Monochromatic Colors of #4FFC10
Black with #4FFC10
Text Example
Text Example
White with #4FFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC10; }
p { color: rgb(79,252,16); }
H1.HeaderClassName
{
color: #4FFC10;
}
.AnyTagClassName
{
color: #4FFC10;
}
</style>
background-color css
<style>
a { background-color: #4FFC10; }
a { background-color: rgb(79,252,16); }
div.DivClassName
{
background-color: #4FFC10;
}
.BgClassName
{
background-color: #4FFC10;
}
</style>
border-color css
<style>
span { border-color: #4FFC10; }
span { border-color: rgb(79,252,16); }
td.TdClassName
{
border-color: #4FFC10;
}
.TagClassName
{
border-color: #4FFC10;
}
</style>