Shades of Harlequin #4CF417
Tints of Harlequin #4CF417
RGB
CMYK
RGB Variations
Color information
#4CF417 (or 0x4CF417) is known color: Harlequin. HEX triplet: 4C, F4 and 17. RGB value is (76,244,23). Sum of RGB (Red+Green+Blue) = 76+244+23=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 244 (95.70% from 255 or 71.14% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF417 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF417 is #B30BE8. Grayscale: #A9A9A9. Windows color (decimal): -11733993 or 1569868. OLE color: 1569868.
HSL color Cylindrical-coordinate representation of color #4CF417: hue angle of 105.61º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CF417 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 23 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.04 |
| HSL | 105.61º | 0.91% | 0.52% | - |
| HSV(B) | 105.61º | 0.91% | 0.96% | - |
| XYZ | 35.49 | 66.3 | 11.74 | - |
| YUV | 168.57 | 45.84 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 23 | 0.69 | 0 | 0.91 | 0.04 | 105.61 | 0.91 | 0.52 |
| Hex | 4C | F4 | 17 | 45 | 0 | 5B | 4 | 6A | 5B | 34 |
| Octal | 114 | 364 | 27 | 105 | 0 | 133 | 4 | 152 | 133 | 64 |
| Binary | 1001100 | 11110100 | 10111 | 1000101 | 0 | 1011011 | 100 | 1101010 | 1011011 | 110100 |
Color Harmonies of #4CF417
Complementary color
Monochromatic Colors of #4CF417
Black with #4CF417
Text Example
Text Example
White with #4CF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF417; }
p { color: rgb(76,244,23); }
H1.HeaderClassName
{
color: #4CF417;
}
.AnyTagClassName
{
color: #4CF417;
}
</style>
background-color css
<style>
a { background-color: #4CF417; }
a { background-color: rgb(76,244,23); }
div.DivClassName
{
background-color: #4CF417;
}
.BgClassName
{
background-color: #4CF417;
}
</style>
border-color css
<style>
span { border-color: #4CF417; }
span { border-color: rgb(76,244,23); }
td.TdClassName
{
border-color: #4CF417;
}
.TagClassName
{
border-color: #4CF417;
}
</style>