Shades of Harlequin #4CFC10
Tints of Harlequin #4CFC10
RGB
CMYK
RGB Variations
Color information
#4CFC10 (or 0x4CFC10) is known color: Harlequin. HEX triplet: 4C, FC and 10. RGB value is (76,252,16). Sum of RGB (Red+Green+Blue) = 76+252+16=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC10 is #B303EF. Grayscale: #ADADAD. Windows color (decimal): -11731952 or 1113164. OLE color: 1113164.
HSL color Cylindrical-coordinate representation of color #4CFC10: hue angle of 104.75º 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 #4CFC10 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 16 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.01 |
| HSL | 104.75º | 0.98% | 0.53% | - |
| HSV(B) | 104.75º | 0.94% | 0.99% | - |
| XYZ | 37.88 | 71.19 | 12.24 | - |
| YUV | 172.47 | 39.69 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 16 | 0.70 | 0 | 0.94 | 0.01 | 104.75 | 0.98 | 0.53 |
| Hex | 4C | FC | 10 | 46 | 0 | 5E | 1 | 69 | 62 | 35 |
| Octal | 114 | 374 | 20 | 106 | 0 | 136 | 1 | 151 | 142 | 65 |
| Binary | 1001100 | 11111100 | 10000 | 1000110 | 0 | 1011110 | 1 | 1101001 | 1100010 | 110101 |
Color Harmonies of #4CFC10
Complementary color
Monochromatic Colors of #4CFC10
Black with #4CFC10
Text Example
Text Example
White with #4CFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC10; }
p { color: rgb(76,252,16); }
H1.HeaderClassName
{
color: #4CFC10;
}
.AnyTagClassName
{
color: #4CFC10;
}
</style>
background-color css
<style>
a { background-color: #4CFC10; }
a { background-color: rgb(76,252,16); }
div.DivClassName
{
background-color: #4CFC10;
}
.BgClassName
{
background-color: #4CFC10;
}
</style>
border-color css
<style>
span { border-color: #4CFC10; }
span { border-color: rgb(76,252,16); }
td.TdClassName
{
border-color: #4CFC10;
}
.TagClassName
{
border-color: #4CFC10;
}
</style>