Shades of Harlequin #4CFC13
Tints of Harlequin #4CFC13
RGB
CMYK
RGB Variations
Color information
#4CFC13 (or 0x4CFC13) is known color: Harlequin. HEX triplet: 4C, FC and 13. RGB value is (76,252,19). Sum of RGB (Red+Green+Blue) = 76+252+19=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC13 is #B303EC. Grayscale: #ADADAD. Windows color (decimal): -11731949 or 1309772. OLE color: 1309772.
HSL color Cylindrical-coordinate representation of color #4CFC13: hue angle of 105.32º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CFC13 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.01 |
| HSL | 105.32º | 0.97% | 0.53% | - |
| HSV(B) | 105.32º | 0.92% | 0.99% | - |
| XYZ | 37.91 | 71.2 | 12.36 | - |
| YUV | 172.81 | 41.19 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 19 | 0.70 | 0 | 0.92 | 0.01 | 105.32 | 0.97 | 0.53 |
| Hex | 4C | FC | 13 | 46 | 0 | 5C | 1 | 69 | 61 | 35 |
| Octal | 114 | 374 | 23 | 106 | 0 | 134 | 1 | 151 | 141 | 65 |
| Binary | 1001100 | 11111100 | 10011 | 1000110 | 0 | 1011100 | 1 | 1101001 | 1100001 | 110101 |
Color Harmonies of #4CFC13
Complementary color
Monochromatic Colors of #4CFC13
Black with #4CFC13
Text Example
Text Example
White with #4CFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC13; }
p { color: rgb(76,252,19); }
H1.HeaderClassName
{
color: #4CFC13;
}
.AnyTagClassName
{
color: #4CFC13;
}
</style>
background-color css
<style>
a { background-color: #4CFC13; }
a { background-color: rgb(76,252,19); }
div.DivClassName
{
background-color: #4CFC13;
}
.BgClassName
{
background-color: #4CFC13;
}
</style>
border-color css
<style>
span { border-color: #4CFC13; }
span { border-color: rgb(76,252,19); }
td.TdClassName
{
border-color: #4CFC13;
}
.TagClassName
{
border-color: #4CFC13;
}
</style>