Shades of Harlequin #4FFC03
Tints of Harlequin #4FFC03
RGB
CMYK
RGB Variations
Color information
#4FFC03 (or 0x4FFC03) is known color: Harlequin. HEX triplet: 4F, FC and 03. RGB value is (79,252,3). Sum of RGB (Red+Green+Blue) = 79+252+3=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC03 is #B003FC. Grayscale: #ACACAC. Windows color (decimal): -11535357 or 261199. OLE color: 261199.
HSL color Cylindrical-coordinate representation of color #4FFC03: hue angle of 101.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FFC03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.01 |
| HSL | 101.69º | 0.98% | 0.5% | - |
| HSV(B) | 101.69º | 0.99% | 0.99% | - |
| XYZ | 38.05 | 71.29 | 11.84 | - |
| YUV | 171.89 | 32.69 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 3 | 0.69 | 0 | 0.99 | 0.01 | 101.69 | 0.98 | 0.5 |
| Hex | 4F | FC | 3 | 45 | 0 | 63 | 1 | 66 | 62 | 32 |
| Octal | 117 | 374 | 3 | 105 | 0 | 143 | 1 | 146 | 142 | 62 |
| Binary | 1001111 | 11111100 | 11 | 1000101 | 0 | 1100011 | 1 | 1100110 | 1100010 | 110010 |
Color Harmonies of #4FFC03
Complementary color
Monochromatic Colors of #4FFC03
Black with #4FFC03
Text Example
Text Example
White with #4FFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC03; }
p { color: rgb(79,252,3); }
H1.HeaderClassName
{
color: #4FFC03;
}
.AnyTagClassName
{
color: #4FFC03;
}
</style>
background-color css
<style>
a { background-color: #4FFC03; }
a { background-color: rgb(79,252,3); }
div.DivClassName
{
background-color: #4FFC03;
}
.BgClassName
{
background-color: #4FFC03;
}
</style>
border-color css
<style>
span { border-color: #4FFC03; }
span { border-color: rgb(79,252,3); }
td.TdClassName
{
border-color: #4FFC03;
}
.TagClassName
{
border-color: #4FFC03;
}
</style>