Shades of Harlequin #4CF416
Tints of Harlequin #4CF416
RGB
CMYK
RGB Variations
Color information
#4CF416 (or 0x4CF416) is known color: Harlequin. HEX triplet: 4C, F4 and 16. RGB value is (76,244,22). Sum of RGB (Red+Green+Blue) = 76+244+22=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 244 (95.70% from 255 or 71.35% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF416 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF416 is #B30BE9. Grayscale: #A9A9A9. Windows color (decimal): -11733994 or 1504332. OLE color: 1504332.
HSL color Cylindrical-coordinate representation of color #4CF416: hue angle of 105.41º 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 #4CF416 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 22 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.04 |
| HSL | 105.41º | 0.91% | 0.52% | - |
| HSV(B) | 105.41º | 0.91% | 0.96% | - |
| XYZ | 35.48 | 66.3 | 11.69 | - |
| YUV | 168.46 | 45.34 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 22 | 0.69 | 0 | 0.91 | 0.04 | 105.41 | 0.91 | 0.52 |
| Hex | 4C | F4 | 16 | 45 | 0 | 5B | 4 | 69 | 5B | 34 |
| Octal | 114 | 364 | 26 | 105 | 0 | 133 | 4 | 151 | 133 | 64 |
| Binary | 1001100 | 11110100 | 10110 | 1000101 | 0 | 1011011 | 100 | 1101001 | 1011011 | 110100 |
Color Harmonies of #4CF416
Complementary color
Monochromatic Colors of #4CF416
Black with #4CF416
Text Example
Text Example
White with #4CF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF416; }
p { color: rgb(76,244,22); }
H1.HeaderClassName
{
color: #4CF416;
}
.AnyTagClassName
{
color: #4CF416;
}
</style>
background-color css
<style>
a { background-color: #4CF416; }
a { background-color: rgb(76,244,22); }
div.DivClassName
{
background-color: #4CF416;
}
.BgClassName
{
background-color: #4CF416;
}
</style>
border-color css
<style>
span { border-color: #4CF416; }
span { border-color: rgb(76,244,22); }
td.TdClassName
{
border-color: #4CF416;
}
.TagClassName
{
border-color: #4CF416;
}
</style>