Shades of Harlequin #4CFE31
Tints of Harlequin #4CFE31
RGB
CMYK
RGB Variations
Color information
#4CFE31 (or 0x4CFE31) is known color: Harlequin. HEX triplet: 4C, FE and 31. RGB value is (76,254,49). Sum of RGB (Red+Green+Blue) = 76+254+49=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE31 is #B301CE. Grayscale: #B2B2B2. Windows color (decimal): -11731407 or 3276364. OLE color: 3276364.
HSL color Cylindrical-coordinate representation of color #4CFE31: hue angle of 112.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CFE31 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 49 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.00 |
| HSL | 112.1º | 0.99% | 0.59% | - |
| HSV(B) | 112.1º | 0.81% | 1% | - |
| XYZ | 38.98 | 72.64 | 14.87 | - |
| YUV | 177.41 | 55.53 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 49 | 0.70 | 0 | 0.81 | 0.00 | 112.1 | 0.99 | 0.59 |
| Hex | 4C | FE | 31 | 46 | 0 | 51 | 0 | 70 | 63 | 3B |
| Octal | 114 | 376 | 61 | 106 | 0 | 121 | 0 | 160 | 143 | 73 |
| Binary | 1001100 | 11111110 | 110001 | 1000110 | 0 | 1010001 | 0 | 1110000 | 1100011 | 111011 |
Color Harmonies of #4CFE31
Complementary color
Monochromatic Colors of #4CFE31
Black with #4CFE31
Text Example
Text Example
White with #4CFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE31; }
p { color: rgb(76,254,49); }
H1.HeaderClassName
{
color: #4CFE31;
}
.AnyTagClassName
{
color: #4CFE31;
}
</style>
background-color css
<style>
a { background-color: #4CFE31; }
a { background-color: rgb(76,254,49); }
div.DivClassName
{
background-color: #4CFE31;
}
.BgClassName
{
background-color: #4CFE31;
}
</style>
border-color css
<style>
span { border-color: #4CFE31; }
span { border-color: rgb(76,254,49); }
td.TdClassName
{
border-color: #4CFE31;
}
.TagClassName
{
border-color: #4CFE31;
}
</style>