Shades of Harlequin #4CF426
Tints of Harlequin #4CF426
RGB
CMYK
RGB Variations
Color information
#4CF426 (or 0x4CF426) is known color: Harlequin. HEX triplet: 4C, F4 and 26. RGB value is (76,244,38). Sum of RGB (Red+Green+Blue) = 76+244+38=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF426 is #B30BD9. Grayscale: #AAAAAA. Windows color (decimal): -11733978 or 2552908. OLE color: 2552908.
HSL color Cylindrical-coordinate representation of color #4CF426: hue angle of 108.93º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CF426 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 38 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.04 |
| HSL | 108.93º | 0.9% | 0.55% | - |
| HSV(B) | 108.93º | 0.84% | 0.96% | - |
| XYZ | 35.68 | 66.38 | 12.77 | - |
| YUV | 170.28 | 53.34 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 38 | 0.69 | 0 | 0.84 | 0.04 | 108.93 | 0.9 | 0.55 |
| Hex | 4C | F4 | 26 | 45 | 0 | 54 | 4 | 6D | 5A | 37 |
| Octal | 114 | 364 | 46 | 105 | 0 | 124 | 4 | 155 | 132 | 67 |
| Binary | 1001100 | 11110100 | 100110 | 1000101 | 0 | 1010100 | 100 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4CF426
Complementary color
Monochromatic Colors of #4CF426
Black with #4CF426
Text Example
Text Example
White with #4CF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF426; }
p { color: rgb(76,244,38); }
H1.HeaderClassName
{
color: #4CF426;
}
.AnyTagClassName
{
color: #4CF426;
}
</style>
background-color css
<style>
a { background-color: #4CF426; }
a { background-color: rgb(76,244,38); }
div.DivClassName
{
background-color: #4CF426;
}
.BgClassName
{
background-color: #4CF426;
}
</style>
border-color css
<style>
span { border-color: #4CF426; }
span { border-color: rgb(76,244,38); }
td.TdClassName
{
border-color: #4CF426;
}
.TagClassName
{
border-color: #4CF426;
}
</style>