Shades of Harlequin #4CF201
Tints of Harlequin #4CF201
RGB
CMYK
RGB Variations
Color information
#4CF201 (or 0x4CF201) is known color: Harlequin. HEX triplet: 4C, F2 and 01. RGB value is (76,242,1). Sum of RGB (Red+Green+Blue) = 76+242+1=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF201 is #B30DFE. Grayscale: #A5A5A5. Windows color (decimal): -11734527 or 127564. OLE color: 127564.
HSL color Cylindrical-coordinate representation of color #4CF201: hue angle of 101.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF201 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0.05 |
| HSL | 101.33º | 0.99% | 0.48% | - |
| HSV(B) | 101.33º | 1% | 0.95% | - |
| XYZ | 34.74 | 65.04 | 10.75 | - |
| YUV | 164.89 | 35.5 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 1 | 0.69 | 0 | 1.00 | 0.05 | 101.33 | 0.99 | 0.48 |
| Hex | 4C | F2 | 1 | 45 | 0 | 64 | 5 | 65 | 63 | 30 |
| Octal | 114 | 362 | 1 | 105 | 0 | 144 | 5 | 145 | 143 | 60 |
| Binary | 1001100 | 11110010 | 1 | 1000101 | 0 | 1100100 | 101 | 1100101 | 1100011 | 110000 |
Color Harmonies of #4CF201
Complementary color
Monochromatic Colors of #4CF201
Black with #4CF201
Text Example
Text Example
White with #4CF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF201; }
p { color: rgb(76,242,1); }
H1.HeaderClassName
{
color: #4CF201;
}
.AnyTagClassName
{
color: #4CF201;
}
</style>
background-color css
<style>
a { background-color: #4CF201; }
a { background-color: rgb(76,242,1); }
div.DivClassName
{
background-color: #4CF201;
}
.BgClassName
{
background-color: #4CF201;
}
</style>
border-color css
<style>
span { border-color: #4CF201; }
span { border-color: rgb(76,242,1); }
td.TdClassName
{
border-color: #4CF201;
}
.TagClassName
{
border-color: #4CF201;
}
</style>