Shades of Harlequin #4CFB03
Tints of Harlequin #4CFB03
RGB
CMYK
RGB Variations
Color information
#4CFB03 (or 0x4CFB03) is known color: Harlequin. HEX triplet: 4C, FB and 03. RGB value is (76,251,3). Sum of RGB (Red+Green+Blue) = 76+251+3=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB03 is #B304FC. Grayscale: #ABABAB. Windows color (decimal): -11732221 or 260940. OLE color: 260940.
HSL color Cylindrical-coordinate representation of color #4CFB03: hue angle of 102.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CFB03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.02 |
| HSL | 102.34º | 0.98% | 0.5% | - |
| HSV(B) | 102.34º | 0.99% | 0.98% | - |
| XYZ | 37.49 | 70.54 | 11.73 | - |
| YUV | 170.4 | 33.52 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 3 | 0.70 | 0 | 0.99 | 0.02 | 102.34 | 0.98 | 0.5 |
| Hex | 4C | FB | 3 | 46 | 0 | 63 | 2 | 66 | 62 | 32 |
| Octal | 114 | 373 | 3 | 106 | 0 | 143 | 2 | 146 | 142 | 62 |
| Binary | 1001100 | 11111011 | 11 | 1000110 | 0 | 1100011 | 10 | 1100110 | 1100010 | 110010 |
Color Harmonies of #4CFB03
Complementary color
Monochromatic Colors of #4CFB03
Black with #4CFB03
Text Example
Text Example
White with #4CFB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB03; }
p { color: rgb(76,251,3); }
H1.HeaderClassName
{
color: #4CFB03;
}
.AnyTagClassName
{
color: #4CFB03;
}
</style>
background-color css
<style>
a { background-color: #4CFB03; }
a { background-color: rgb(76,251,3); }
div.DivClassName
{
background-color: #4CFB03;
}
.BgClassName
{
background-color: #4CFB03;
}
</style>
border-color css
<style>
span { border-color: #4CFB03; }
span { border-color: rgb(76,251,3); }
td.TdClassName
{
border-color: #4CFB03;
}
.TagClassName
{
border-color: #4CFB03;
}
</style>