Shades of Harlequin #4EE312
Tints of Harlequin #4EE312
RGB
CMYK
RGB Variations
Color information
#4EE312 (or 0x4EE312) is known color: Harlequin. HEX triplet: 4E, E3 and 12. RGB value is (78,227,18). Sum of RGB (Red+Green+Blue) = 78+227+18=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE312 is #B11CED. Grayscale: #9F9F9F. Windows color (decimal): -11607278 or 1237838. OLE color: 1237838.
HSL color Cylindrical-coordinate representation of color #4EE312: hue angle of 102.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EE312 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 18 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.11 |
| HSL | 102.78º | 0.85% | 0.48% | - |
| HSV(B) | 102.78º | 0.92% | 0.89% | - |
| XYZ | 30.72 | 56.6 | 9.88 | - |
| YUV | 158.62 | 48.64 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 18 | 0.66 | 0 | 0.92 | 0.11 | 102.78 | 0.85 | 0.48 |
| Hex | 4E | E3 | 12 | 42 | 0 | 5C | B | 67 | 55 | 30 |
| Octal | 116 | 343 | 22 | 102 | 0 | 134 | 13 | 147 | 125 | 60 |
| Binary | 1001110 | 11100011 | 10010 | 1000010 | 0 | 1011100 | 1011 | 1100111 | 1010101 | 110000 |
Color Harmonies of #4EE312
Complementary color
Monochromatic Colors of #4EE312
Black with #4EE312
Text Example
Text Example
White with #4EE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE312; }
p { color: rgb(78,227,18); }
H1.HeaderClassName
{
color: #4EE312;
}
.AnyTagClassName
{
color: #4EE312;
}
</style>
background-color css
<style>
a { background-color: #4EE312; }
a { background-color: rgb(78,227,18); }
div.DivClassName
{
background-color: #4EE312;
}
.BgClassName
{
background-color: #4EE312;
}
</style>
border-color css
<style>
span { border-color: #4EE312; }
span { border-color: rgb(78,227,18); }
td.TdClassName
{
border-color: #4EE312;
}
.TagClassName
{
border-color: #4EE312;
}
</style>