Shades of Harlequin #4EFC2C
Tints of Harlequin #4EFC2C
RGB
CMYK
RGB Variations
Color information
#4EFC2C (or 0x4EFC2C) is known color: Harlequin. HEX triplet: 4E, FC and 2C. RGB value is (78,252,44). Sum of RGB (Red+Green+Blue) = 78+252+44=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFC2C is #B103D3. Grayscale: #B0B0B0. Windows color (decimal): -11600852 or 2948174. OLE color: 2948174.
HSL color Cylindrical-coordinate representation of color #4EFC2C: hue angle of 110.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EFC2C is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 44 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.01 |
| HSL | 110.19º | 0.97% | 0.58% | - |
| HSV(B) | 110.19º | 0.83% | 0.99% | - |
| XYZ | 38.41 | 71.42 | 14.14 | - |
| YUV | 176.26 | 53.35 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 44 | 0.69 | 0 | 0.83 | 0.01 | 110.19 | 0.97 | 0.58 |
| Hex | 4E | FC | 2C | 45 | 0 | 53 | 1 | 6E | 61 | 3A |
| Octal | 116 | 374 | 54 | 105 | 0 | 123 | 1 | 156 | 141 | 72 |
| Binary | 1001110 | 11111100 | 101100 | 1000101 | 0 | 1010011 | 1 | 1101110 | 1100001 | 111010 |
Color Harmonies of #4EFC2C
Complementary color
Monochromatic Colors of #4EFC2C
Black with #4EFC2C
Text Example
Text Example
White with #4EFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC2C; }
p { color: rgb(78,252,44); }
H1.HeaderClassName
{
color: #4EFC2C;
}
.AnyTagClassName
{
color: #4EFC2C;
}
</style>
background-color css
<style>
a { background-color: #4EFC2C; }
a { background-color: rgb(78,252,44); }
div.DivClassName
{
background-color: #4EFC2C;
}
.BgClassName
{
background-color: #4EFC2C;
}
</style>
border-color css
<style>
span { border-color: #4EFC2C; }
span { border-color: rgb(78,252,44); }
td.TdClassName
{
border-color: #4EFC2C;
}
.TagClassName
{
border-color: #4EFC2C;
}
</style>