Shades of Harlequin #4EFF12
Tints of Harlequin #4EFF12
RGB
CMYK
RGB Variations
Color information
#4EFF12 (or 0x4EFF12) is known color: Harlequin. HEX triplet: 4E, FF and 12. RGB value is (78,255,18). Sum of RGB (Red+Green+Blue) = 78+255+18=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF12 is #B100ED. Grayscale: #AFAFAF. Windows color (decimal): -11600110 or 1245006. OLE color: 1245006.
HSL color Cylindrical-coordinate representation of color #4EFF12: hue angle of 104.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EFF12 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 18 | - |
| CMYK | 0.69 | 0 | 0.93 | 0 |
| HSL | 104.81º | 1% | 0.54% | - |
| HSV(B) | 104.81º | 0.93% | 1% | - |
| XYZ | 39.01 | 73.18 | 12.64 | - |
| YUV | 175.06 | 39.36 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 18 | 0.69 | 0 | 0.93 | 0 | 104.81 | 1 | 0.54 |
| Hex | 4E | FF | 12 | 45 | 0 | 5D | 0 | 69 | 64 | 36 |
| Octal | 116 | 377 | 22 | 105 | 0 | 135 | 0 | 151 | 144 | 66 |
| Binary | 1001110 | 11111111 | 10010 | 1000101 | 0 | 1011101 | 0 | 1101001 | 1100100 | 110110 |
Color Harmonies of #4EFF12
Complementary color
Monochromatic Colors of #4EFF12
Black with #4EFF12
Text Example
Text Example
White with #4EFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF12; }
p { color: rgb(78,255,18); }
H1.HeaderClassName
{
color: #4EFF12;
}
.AnyTagClassName
{
color: #4EFF12;
}
</style>
background-color css
<style>
a { background-color: #4EFF12; }
a { background-color: rgb(78,255,18); }
div.DivClassName
{
background-color: #4EFF12;
}
.BgClassName
{
background-color: #4EFF12;
}
</style>
border-color css
<style>
span { border-color: #4EFF12; }
span { border-color: rgb(78,255,18); }
td.TdClassName
{
border-color: #4EFF12;
}
.TagClassName
{
border-color: #4EFF12;
}
</style>