Shades of Harlequin #4CFE24
Tints of Harlequin #4CFE24
RGB
CMYK
RGB Variations
Color information
#4CFE24 (or 0x4CFE24) is known color: Harlequin. HEX triplet: 4C, FE and 24. RGB value is (76,254,36). Sum of RGB (Red+Green+Blue) = 76+254+36=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE24 is #B301DB. Grayscale: #B0B0B0. Windows color (decimal): -11731420 or 2424396. OLE color: 2424396.
HSL color Cylindrical-coordinate representation of color #4CFE24: hue angle of 108.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CFE24 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 36 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.00 |
| HSL | 108.99º | 0.99% | 0.57% | - |
| HSV(B) | 108.99º | 0.86% | 1% | - |
| XYZ | 38.74 | 72.55 | 13.63 | - |
| YUV | 175.93 | 49.03 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 36 | 0.70 | 0 | 0.86 | 0.00 | 108.99 | 0.99 | 0.57 |
| Hex | 4C | FE | 24 | 46 | 0 | 56 | 0 | 6D | 63 | 39 |
| Octal | 114 | 376 | 44 | 106 | 0 | 126 | 0 | 155 | 143 | 71 |
| Binary | 1001100 | 11111110 | 100100 | 1000110 | 0 | 1010110 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4CFE24
Complementary color
Monochromatic Colors of #4CFE24
Black with #4CFE24
Text Example
Text Example
White with #4CFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE24; }
p { color: rgb(76,254,36); }
H1.HeaderClassName
{
color: #4CFE24;
}
.AnyTagClassName
{
color: #4CFE24;
}
</style>
background-color css
<style>
a { background-color: #4CFE24; }
a { background-color: rgb(76,254,36); }
div.DivClassName
{
background-color: #4CFE24;
}
.BgClassName
{
background-color: #4CFE24;
}
</style>
border-color css
<style>
span { border-color: #4CFE24; }
span { border-color: rgb(76,254,36); }
td.TdClassName
{
border-color: #4CFE24;
}
.TagClassName
{
border-color: #4CFE24;
}
</style>