Shades of Harlequin #4CFE14
Tints of Harlequin #4CFE14
RGB
CMYK
RGB Variations
Color information
#4CFE14 (or 0x4CFE14) is known color: Harlequin. HEX triplet: 4C, FE and 14. RGB value is (76,254,20). Sum of RGB (Red+Green+Blue) = 76+254+20=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 254 (99.61% from 255 or 72.57% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE14 is #B301EB. Grayscale: #AEAEAE. Windows color (decimal): -11731436 or 1375820. OLE color: 1375820.
HSL color Cylindrical-coordinate representation of color #4CFE14: hue angle of 105.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CFE14 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 20 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.00 |
| HSL | 105.64º | 0.99% | 0.54% | - |
| HSV(B) | 105.64º | 0.92% | 1% | - |
| XYZ | 38.55 | 72.47 | 12.62 | - |
| YUV | 174.1 | 41.03 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 20 | 0.70 | 0 | 0.92 | 0.00 | 105.64 | 0.99 | 0.54 |
| Hex | 4C | FE | 14 | 46 | 0 | 5C | 0 | 6A | 63 | 36 |
| Octal | 114 | 376 | 24 | 106 | 0 | 134 | 0 | 152 | 143 | 66 |
| Binary | 1001100 | 11111110 | 10100 | 1000110 | 0 | 1011100 | 0 | 1101010 | 1100011 | 110110 |
Color Harmonies of #4CFE14
Complementary color
Monochromatic Colors of #4CFE14
Black with #4CFE14
Text Example
Text Example
White with #4CFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE14; }
p { color: rgb(76,254,20); }
H1.HeaderClassName
{
color: #4CFE14;
}
.AnyTagClassName
{
color: #4CFE14;
}
</style>
background-color css
<style>
a { background-color: #4CFE14; }
a { background-color: rgb(76,254,20); }
div.DivClassName
{
background-color: #4CFE14;
}
.BgClassName
{
background-color: #4CFE14;
}
</style>
border-color css
<style>
span { border-color: #4CFE14; }
span { border-color: rgb(76,254,20); }
td.TdClassName
{
border-color: #4CFE14;
}
.TagClassName
{
border-color: #4CFE14;
}
</style>