Shades of Harlequin #4CF017
Tints of Harlequin #4CF017
RGB
CMYK
RGB Variations
Color information
#4CF017 (or 0x4CF017) is known color: Harlequin. HEX triplet: 4C, F0 and 17. RGB value is (76,240,23). Sum of RGB (Red+Green+Blue) = 76+240+23=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF017 is #B30FE8. Grayscale: #A6A6A6. Windows color (decimal): -11735017 or 1568844. OLE color: 1568844.
HSL color Cylindrical-coordinate representation of color #4CF017: hue angle of 105.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF017 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 23 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.06 |
| HSL | 105.35º | 0.88% | 0.52% | - |
| HSV(B) | 105.35º | 0.9% | 0.94% | - |
| XYZ | 34.3 | 63.92 | 11.34 | - |
| YUV | 166.23 | 47.17 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 23 | 0.68 | 0 | 0.90 | 0.06 | 105.35 | 0.88 | 0.52 |
| Hex | 4C | F0 | 17 | 44 | 0 | 5A | 6 | 69 | 58 | 34 |
| Octal | 114 | 360 | 27 | 104 | 0 | 132 | 6 | 151 | 130 | 64 |
| Binary | 1001100 | 11110000 | 10111 | 1000100 | 0 | 1011010 | 110 | 1101001 | 1011000 | 110100 |
Color Harmonies of #4CF017
Complementary color
Monochromatic Colors of #4CF017
Black with #4CF017
Text Example
Text Example
White with #4CF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF017; }
p { color: rgb(76,240,23); }
H1.HeaderClassName
{
color: #4CF017;
}
.AnyTagClassName
{
color: #4CF017;
}
</style>
background-color css
<style>
a { background-color: #4CF017; }
a { background-color: rgb(76,240,23); }
div.DivClassName
{
background-color: #4CF017;
}
.BgClassName
{
background-color: #4CF017;
}
</style>
border-color css
<style>
span { border-color: #4CF017; }
span { border-color: rgb(76,240,23); }
td.TdClassName
{
border-color: #4CF017;
}
.TagClassName
{
border-color: #4CF017;
}
</style>