Shades of Harlequin #4CF601
Tints of Harlequin #4CF601
RGB
CMYK
RGB Variations
Color information
#4CF601 (or 0x4CF601) is known color: Harlequin. HEX triplet: 4C, F6 and 01. RGB value is (76,246,1). Sum of RGB (Red+Green+Blue) = 76+246+1=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF601 is #B309FE. Grayscale: #A8A8A8. Windows color (decimal): -11733503 or 128588. OLE color: 128588.
HSL color Cylindrical-coordinate representation of color #4CF601: hue angle of 101.63º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF601 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0.04 |
| HSL | 101.63º | 0.99% | 0.48% | - |
| HSV(B) | 101.63º | 1% | 0.96% | - |
| XYZ | 35.94 | 67.45 | 11.15 | - |
| YUV | 167.24 | 34.18 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 1 | 0.69 | 0 | 1.00 | 0.04 | 101.63 | 0.99 | 0.48 |
| Hex | 4C | F6 | 1 | 45 | 0 | 64 | 4 | 66 | 63 | 30 |
| Octal | 114 | 366 | 1 | 105 | 0 | 144 | 4 | 146 | 143 | 60 |
| Binary | 1001100 | 11110110 | 1 | 1000101 | 0 | 1100100 | 100 | 1100110 | 1100011 | 110000 |
Color Harmonies of #4CF601
Complementary color
Monochromatic Colors of #4CF601
Black with #4CF601
Text Example
Text Example
White with #4CF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF601; }
p { color: rgb(76,246,1); }
H1.HeaderClassName
{
color: #4CF601;
}
.AnyTagClassName
{
color: #4CF601;
}
</style>
background-color css
<style>
a { background-color: #4CF601; }
a { background-color: rgb(76,246,1); }
div.DivClassName
{
background-color: #4CF601;
}
.BgClassName
{
background-color: #4CF601;
}
</style>
border-color css
<style>
span { border-color: #4CF601; }
span { border-color: rgb(76,246,1); }
td.TdClassName
{
border-color: #4CF601;
}
.TagClassName
{
border-color: #4CF601;
}
</style>