Shades of Harlequin #4CFF03
Tints of Harlequin #4CFF03
RGB
CMYK
RGB Variations
Color information
#4CFF03 (or 0x4CFF03) is known color: Harlequin. HEX triplet: 4C, FF and 03. RGB value is (76,255,3). Sum of RGB (Red+Green+Blue) = 76+255+3=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF03 is #B300FC. Grayscale: #ADADAD. Windows color (decimal): -11731197 or 261964. OLE color: 261964.
HSL color Cylindrical-coordinate representation of color #4CFF03: hue angle of 102.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CFF03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0 |
| HSL | 102.62º | 1% | 0.51% | - |
| HSV(B) | 102.62º | 0.99% | 1% | - |
| XYZ | 38.76 | 73.06 | 12.15 | - |
| YUV | 172.75 | 32.2 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 3 | 0.70 | 0 | 0.99 | 0 | 102.62 | 1 | 0.51 |
| Hex | 4C | FF | 3 | 46 | 0 | 63 | 0 | 67 | 64 | 33 |
| Octal | 114 | 377 | 3 | 106 | 0 | 143 | 0 | 147 | 144 | 63 |
| Binary | 1001100 | 11111111 | 11 | 1000110 | 0 | 1100011 | 0 | 1100111 | 1100100 | 110011 |
Color Harmonies of #4CFF03
Complementary color
Monochromatic Colors of #4CFF03
Black with #4CFF03
Text Example
Text Example
White with #4CFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF03; }
p { color: rgb(76,255,3); }
H1.HeaderClassName
{
color: #4CFF03;
}
.AnyTagClassName
{
color: #4CFF03;
}
</style>
background-color css
<style>
a { background-color: #4CFF03; }
a { background-color: rgb(76,255,3); }
div.DivClassName
{
background-color: #4CFF03;
}
.BgClassName
{
background-color: #4CFF03;
}
</style>
border-color css
<style>
span { border-color: #4CFF03; }
span { border-color: rgb(76,255,3); }
td.TdClassName
{
border-color: #4CFF03;
}
.TagClassName
{
border-color: #4CFF03;
}
</style>