Shades of Harlequin #4CF710
Tints of Harlequin #4CF710
RGB
CMYK
RGB Variations
Color information
#4CF710 (or 0x4CF710) is known color: Harlequin. HEX triplet: 4C, F7 and 10. RGB value is (76,247,16). Sum of RGB (Red+Green+Blue) = 76+247+16=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF710 is #B308EF. Grayscale: #AAAAAA. Windows color (decimal): -11733232 or 1111884. OLE color: 1111884.
HSL color Cylindrical-coordinate representation of color #4CF710: hue angle of 104.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CF710 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.03 |
| HSL | 104.42º | 0.94% | 0.52% | - |
| HSV(B) | 104.42º | 0.94% | 0.97% | - |
| XYZ | 36.33 | 68.1 | 11.72 | - |
| YUV | 169.54 | 41.35 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 16 | 0.69 | 0 | 0.94 | 0.03 | 104.42 | 0.94 | 0.52 |
| Hex | 4C | F7 | 10 | 45 | 0 | 5E | 3 | 68 | 5E | 34 |
| Octal | 114 | 367 | 20 | 105 | 0 | 136 | 3 | 150 | 136 | 64 |
| Binary | 1001100 | 11110111 | 10000 | 1000101 | 0 | 1011110 | 11 | 1101000 | 1011110 | 110100 |
Color Harmonies of #4CF710
Complementary color
Monochromatic Colors of #4CF710
Black with #4CF710
Text Example
Text Example
White with #4CF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF710; }
p { color: rgb(76,247,16); }
H1.HeaderClassName
{
color: #4CF710;
}
.AnyTagClassName
{
color: #4CF710;
}
</style>
background-color css
<style>
a { background-color: #4CF710; }
a { background-color: rgb(76,247,16); }
div.DivClassName
{
background-color: #4CF710;
}
.BgClassName
{
background-color: #4CF710;
}
</style>
border-color css
<style>
span { border-color: #4CF710; }
span { border-color: rgb(76,247,16); }
td.TdClassName
{
border-color: #4CF710;
}
.TagClassName
{
border-color: #4CF710;
}
</style>