Shades of Harlequin #4CF821
Tints of Harlequin #4CF821
RGB
CMYK
RGB Variations
Color information
#4CF821 (or 0x4CF821) is known color: Harlequin. HEX triplet: 4C, F8 and 21. RGB value is (76,248,33). Sum of RGB (Red+Green+Blue) = 76+248+33=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF821 is #B307DE. Grayscale: #ACACAC. Windows color (decimal): -11732959 or 2226252. OLE color: 2226252.
HSL color Cylindrical-coordinate representation of color #4CF821: hue angle of 108º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CF821 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 33 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.03 |
| HSL | 108º | 0.94% | 0.55% | - |
| HSV(B) | 108º | 0.87% | 0.97% | - |
| XYZ | 36.82 | 68.78 | 12.77 | - |
| YUV | 172.06 | 49.52 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 33 | 0.69 | 0 | 0.87 | 0.03 | 108 | 0.94 | 0.55 |
| Hex | 4C | F8 | 21 | 45 | 0 | 57 | 3 | 6C | 5E | 37 |
| Octal | 114 | 370 | 41 | 105 | 0 | 127 | 3 | 154 | 136 | 67 |
| Binary | 1001100 | 11111000 | 100001 | 1000101 | 0 | 1010111 | 11 | 1101100 | 1011110 | 110111 |
Color Harmonies of #4CF821
Complementary color
Monochromatic Colors of #4CF821
Black with #4CF821
Text Example
Text Example
White with #4CF821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF821; }
p { color: rgb(76,248,33); }
H1.HeaderClassName
{
color: #4CF821;
}
.AnyTagClassName
{
color: #4CF821;
}
</style>
background-color css
<style>
a { background-color: #4CF821; }
a { background-color: rgb(76,248,33); }
div.DivClassName
{
background-color: #4CF821;
}
.BgClassName
{
background-color: #4CF821;
}
</style>
border-color css
<style>
span { border-color: #4CF821; }
span { border-color: rgb(76,248,33); }
td.TdClassName
{
border-color: #4CF821;
}
.TagClassName
{
border-color: #4CF821;
}
</style>