Shades of Harlequin #4CF928
Tints of Harlequin #4CF928
RGB
CMYK
RGB Variations
Color information
#4CF928 (or 0x4CF928) is known color: Harlequin. HEX triplet: 4C, F9 and 28. RGB value is (76,249,40). Sum of RGB (Red+Green+Blue) = 76+249+40=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF928 is #B306D7. Grayscale: #AEAEAE. Windows color (decimal): -11732696 or 2685260. OLE color: 2685260.
HSL color Cylindrical-coordinate representation of color #4CF928: hue angle of 109.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CF928 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 40 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.02 |
| HSL | 109.67º | 0.95% | 0.57% | - |
| HSV(B) | 109.67º | 0.84% | 0.98% | - |
| XYZ | 37.24 | 69.44 | 13.45 | - |
| YUV | 173.45 | 52.69 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 40 | 0.69 | 0 | 0.84 | 0.02 | 109.67 | 0.95 | 0.57 |
| Hex | 4C | F9 | 28 | 45 | 0 | 54 | 2 | 6E | 5F | 39 |
| Octal | 114 | 371 | 50 | 105 | 0 | 124 | 2 | 156 | 137 | 71 |
| Binary | 1001100 | 11111001 | 101000 | 1000101 | 0 | 1010100 | 10 | 1101110 | 1011111 | 111001 |
Color Harmonies of #4CF928
Complementary color
Monochromatic Colors of #4CF928
Black with #4CF928
Text Example
Text Example
White with #4CF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF928; }
p { color: rgb(76,249,40); }
H1.HeaderClassName
{
color: #4CF928;
}
.AnyTagClassName
{
color: #4CF928;
}
</style>
background-color css
<style>
a { background-color: #4CF928; }
a { background-color: rgb(76,249,40); }
div.DivClassName
{
background-color: #4CF928;
}
.BgClassName
{
background-color: #4CF928;
}
</style>
border-color css
<style>
span { border-color: #4CF928; }
span { border-color: rgb(76,249,40); }
td.TdClassName
{
border-color: #4CF928;
}
.TagClassName
{
border-color: #4CF928;
}
</style>