Shades of Harlequin #4CF613
Tints of Harlequin #4CF613
RGB
CMYK
RGB Variations
Color information
#4CF613 (or 0x4CF613) is known color: Harlequin. HEX triplet: 4C, F6 and 13. RGB value is (76,246,19). Sum of RGB (Red+Green+Blue) = 76+246+19=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 246 (96.48% from 255 or 72.14% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF613 is #B309EC. Grayscale: #AAAAAA. Windows color (decimal): -11733485 or 1308236. OLE color: 1308236.
HSL color Cylindrical-coordinate representation of color #4CF613: hue angle of 104.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF613 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 19 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.04 |
| HSL | 104.93º | 0.93% | 0.52% | - |
| HSV(B) | 104.93º | 0.92% | 0.96% | - |
| XYZ | 36.05 | 67.5 | 11.74 | - |
| YUV | 169.29 | 43.18 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 19 | 0.69 | 0 | 0.92 | 0.04 | 104.93 | 0.93 | 0.52 |
| Hex | 4C | F6 | 13 | 45 | 0 | 5C | 4 | 69 | 5D | 34 |
| Octal | 114 | 366 | 23 | 105 | 0 | 134 | 4 | 151 | 135 | 64 |
| Binary | 1001100 | 11110110 | 10011 | 1000101 | 0 | 1011100 | 100 | 1101001 | 1011101 | 110100 |
Color Harmonies of #4CF613
Complementary color
Monochromatic Colors of #4CF613
Black with #4CF613
Text Example
Text Example
White with #4CF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF613; }
p { color: rgb(76,246,19); }
H1.HeaderClassName
{
color: #4CF613;
}
.AnyTagClassName
{
color: #4CF613;
}
</style>
background-color css
<style>
a { background-color: #4CF613; }
a { background-color: rgb(76,246,19); }
div.DivClassName
{
background-color: #4CF613;
}
.BgClassName
{
background-color: #4CF613;
}
</style>
border-color css
<style>
span { border-color: #4CF613; }
span { border-color: rgb(76,246,19); }
td.TdClassName
{
border-color: #4CF613;
}
.TagClassName
{
border-color: #4CF613;
}
</style>