Shades of Harlequin #4CFA17
Tints of Harlequin #4CFA17
RGB
CMYK
RGB Variations
Color information
#4CFA17 (or 0x4CFA17) is known color: Harlequin. HEX triplet: 4C, FA and 17. RGB value is (76,250,23). Sum of RGB (Red+Green+Blue) = 76+250+23=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFA17 is #B305E8. Grayscale: #ACACAC. Windows color (decimal): -11732457 or 1571404. OLE color: 1571404.
HSL color Cylindrical-coordinate representation of color #4CFA17: hue angle of 105.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CFA17 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 23 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.02 |
| HSL | 105.99º | 0.96% | 0.54% | - |
| HSV(B) | 105.99º | 0.91% | 0.98% | - |
| XYZ | 37.32 | 69.97 | 12.35 | - |
| YUV | 172.1 | 43.85 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 23 | 0.70 | 0 | 0.91 | 0.02 | 105.99 | 0.96 | 0.54 |
| Hex | 4C | FA | 17 | 46 | 0 | 5B | 2 | 6A | 60 | 36 |
| Octal | 114 | 372 | 27 | 106 | 0 | 133 | 2 | 152 | 140 | 66 |
| Binary | 1001100 | 11111010 | 10111 | 1000110 | 0 | 1011011 | 10 | 1101010 | 1100000 | 110110 |
Color Harmonies of #4CFA17
Complementary color
Monochromatic Colors of #4CFA17
Black with #4CFA17
Text Example
Text Example
White with #4CFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA17; }
p { color: rgb(76,250,23); }
H1.HeaderClassName
{
color: #4CFA17;
}
.AnyTagClassName
{
color: #4CFA17;
}
</style>
background-color css
<style>
a { background-color: #4CFA17; }
a { background-color: rgb(76,250,23); }
div.DivClassName
{
background-color: #4CFA17;
}
.BgClassName
{
background-color: #4CFA17;
}
</style>
border-color css
<style>
span { border-color: #4CFA17; }
span { border-color: rgb(76,250,23); }
td.TdClassName
{
border-color: #4CFA17;
}
.TagClassName
{
border-color: #4CFA17;
}
</style>