Shades of Harlequin #4CF917
Tints of Harlequin #4CF917
RGB
CMYK
RGB Variations
Color information
#4CF917 (or 0x4CF917) is known color: Harlequin. HEX triplet: 4C, F9 and 17. RGB value is (76,249,23). Sum of RGB (Red+Green+Blue) = 76+249+23=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF917 is #B306E8. Grayscale: #ACACAC. Windows color (decimal): -11732713 or 1571148. OLE color: 1571148.
HSL color Cylindrical-coordinate representation of color #4CF917: hue angle of 105.93º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CF917 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 23 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.02 |
| HSL | 105.93º | 0.95% | 0.53% | - |
| HSV(B) | 105.93º | 0.91% | 0.98% | - |
| XYZ | 37.01 | 69.35 | 12.25 | - |
| YUV | 171.51 | 44.19 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 23 | 0.69 | 0 | 0.91 | 0.02 | 105.93 | 0.95 | 0.53 |
| Hex | 4C | F9 | 17 | 45 | 0 | 5B | 2 | 6A | 5F | 35 |
| Octal | 114 | 371 | 27 | 105 | 0 | 133 | 2 | 152 | 137 | 65 |
| Binary | 1001100 | 11111001 | 10111 | 1000101 | 0 | 1011011 | 10 | 1101010 | 1011111 | 110101 |
Color Harmonies of #4CF917
Complementary color
Monochromatic Colors of #4CF917
Black with #4CF917
Text Example
Text Example
White with #4CF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF917; }
p { color: rgb(76,249,23); }
H1.HeaderClassName
{
color: #4CF917;
}
.AnyTagClassName
{
color: #4CF917;
}
</style>
background-color css
<style>
a { background-color: #4CF917; }
a { background-color: rgb(76,249,23); }
div.DivClassName
{
background-color: #4CF917;
}
.BgClassName
{
background-color: #4CF917;
}
</style>
border-color css
<style>
span { border-color: #4CF917; }
span { border-color: rgb(76,249,23); }
td.TdClassName
{
border-color: #4CF917;
}
.TagClassName
{
border-color: #4CF917;
}
</style>