Shades of Harlequin #4CF217
Tints of Harlequin #4CF217
RGB
CMYK
RGB Variations
Color information
#4CF217 (or 0x4CF217) is known color: Harlequin. HEX triplet: 4C, F2 and 17. RGB value is (76,242,23). Sum of RGB (Red+Green+Blue) = 76+242+23=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF217 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF217 is #B30DE8. Grayscale: #A8A8A8. Windows color (decimal): -11734505 or 1569356. OLE color: 1569356.
HSL color Cylindrical-coordinate representation of color #4CF217: hue angle of 105.48º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF217 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.05 |
| HSL | 105.48º | 0.89% | 0.52% | - |
| HSV(B) | 105.48º | 0.9% | 0.95% | - |
| XYZ | 34.89 | 65.1 | 11.54 | - |
| YUV | 167.4 | 46.5 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 23 | 0.69 | 0 | 0.90 | 0.05 | 105.48 | 0.89 | 0.52 |
| Hex | 4C | F2 | 17 | 45 | 0 | 5A | 5 | 69 | 59 | 34 |
| Octal | 114 | 362 | 27 | 105 | 0 | 132 | 5 | 151 | 131 | 64 |
| Binary | 1001100 | 11110010 | 10111 | 1000101 | 0 | 1011010 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4CF217
Complementary color
Monochromatic Colors of #4CF217
Black with #4CF217
Text Example
Text Example
White with #4CF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF217; }
p { color: rgb(76,242,23); }
H1.HeaderClassName
{
color: #4CF217;
}
.AnyTagClassName
{
color: #4CF217;
}
</style>
background-color css
<style>
a { background-color: #4CF217; }
a { background-color: rgb(76,242,23); }
div.DivClassName
{
background-color: #4CF217;
}
.BgClassName
{
background-color: #4CF217;
}
</style>
border-color css
<style>
span { border-color: #4CF217; }
span { border-color: rgb(76,242,23); }
td.TdClassName
{
border-color: #4CF217;
}
.TagClassName
{
border-color: #4CF217;
}
</style>