Shades of Harlequin #4CF413
Tints of Harlequin #4CF413
RGB
CMYK
RGB Variations
Color information
#4CF413 (or 0x4CF413) is known color: Harlequin. HEX triplet: 4C, F4 and 13. RGB value is (76,244,19). Sum of RGB (Red+Green+Blue) = 76+244+19=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF413 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF413 is #B30BEC. Grayscale: #A8A8A8. Windows color (decimal): -11733997 or 1307724. OLE color: 1307724.
HSL color Cylindrical-coordinate representation of color #4CF413: hue angle of 104.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF413 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 19 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.04 |
| HSL | 104.8º | 0.91% | 0.52% | - |
| HSV(B) | 104.8º | 0.92% | 0.96% | - |
| XYZ | 35.45 | 66.28 | 11.54 | - |
| YUV | 168.12 | 43.84 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 19 | 0.69 | 0 | 0.92 | 0.04 | 104.8 | 0.91 | 0.52 |
| Hex | 4C | F4 | 13 | 45 | 0 | 5C | 4 | 69 | 5B | 34 |
| Octal | 114 | 364 | 23 | 105 | 0 | 134 | 4 | 151 | 133 | 64 |
| Binary | 1001100 | 11110100 | 10011 | 1000101 | 0 | 1011100 | 100 | 1101001 | 1011011 | 110100 |
Color Harmonies of #4CF413
Complementary color
Monochromatic Colors of #4CF413
Black with #4CF413
Text Example
Text Example
White with #4CF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF413; }
p { color: rgb(76,244,19); }
H1.HeaderClassName
{
color: #4CF413;
}
.AnyTagClassName
{
color: #4CF413;
}
</style>
background-color css
<style>
a { background-color: #4CF413; }
a { background-color: rgb(76,244,19); }
div.DivClassName
{
background-color: #4CF413;
}
.BgClassName
{
background-color: #4CF413;
}
</style>
border-color css
<style>
span { border-color: #4CF413; }
span { border-color: rgb(76,244,19); }
td.TdClassName
{
border-color: #4CF413;
}
.TagClassName
{
border-color: #4CF413;
}
</style>