Shades of Harlequin #4CF828
Tints of Harlequin #4CF828
RGB
CMYK
RGB Variations
Color information
#4CF828 (or 0x4CF828) is known color: Harlequin. HEX triplet: 4C, F8 and 28. RGB value is (76,248,40). Sum of RGB (Red+Green+Blue) = 76+248+40=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF828 is #B307D7. Grayscale: #ADADAD. Windows color (decimal): -11732952 or 2685004. OLE color: 2685004.
HSL color Cylindrical-coordinate representation of color #4CF828: hue angle of 109.62º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CF828 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 40 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.03 |
| HSL | 109.62º | 0.94% | 0.56% | - |
| HSV(B) | 109.62º | 0.84% | 0.97% | - |
| XYZ | 36.93 | 68.82 | 13.35 | - |
| YUV | 172.86 | 53.02 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 40 | 0.69 | 0 | 0.84 | 0.03 | 109.62 | 0.94 | 0.56 |
| Hex | 4C | F8 | 28 | 45 | 0 | 54 | 3 | 6E | 5E | 38 |
| Octal | 114 | 370 | 50 | 105 | 0 | 124 | 3 | 156 | 136 | 70 |
| Binary | 1001100 | 11111000 | 101000 | 1000101 | 0 | 1010100 | 11 | 1101110 | 1011110 | 111000 |
Color Harmonies of #4CF828
Complementary color
Monochromatic Colors of #4CF828
Black with #4CF828
Text Example
Text Example
White with #4CF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF828; }
p { color: rgb(76,248,40); }
H1.HeaderClassName
{
color: #4CF828;
}
.AnyTagClassName
{
color: #4CF828;
}
</style>
background-color css
<style>
a { background-color: #4CF828; }
a { background-color: rgb(76,248,40); }
div.DivClassName
{
background-color: #4CF828;
}
.BgClassName
{
background-color: #4CF828;
}
</style>
border-color css
<style>
span { border-color: #4CF828; }
span { border-color: rgb(76,248,40); }
td.TdClassName
{
border-color: #4CF828;
}
.TagClassName
{
border-color: #4CF828;
}
</style>