Shades of Harlequin #4EFA2A
Tints of Harlequin #4EFA2A
RGB
CMYK
RGB Variations
Color information
#4EFA2A (or 0x4EFA2A) is known color: Harlequin. HEX triplet: 4E, FA and 2A. RGB value is (78,250,42). Sum of RGB (Red+Green+Blue) = 78+250+42=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFA2A is #B105D5. Grayscale: #AFAFAF. Windows color (decimal): -11601366 or 2816590. OLE color: 2816590.
HSL color Cylindrical-coordinate representation of color #4EFA2A: hue angle of 109.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EFA2A is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 42 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.02 |
| HSL | 109.62º | 0.95% | 0.57% | - |
| HSV(B) | 109.62º | 0.83% | 0.98% | - |
| XYZ | 37.75 | 70.16 | 13.74 | - |
| YUV | 174.86 | 53.02 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 42 | 0.69 | 0 | 0.83 | 0.02 | 109.62 | 0.95 | 0.57 |
| Hex | 4E | FA | 2A | 45 | 0 | 53 | 2 | 6E | 5F | 39 |
| Octal | 116 | 372 | 52 | 105 | 0 | 123 | 2 | 156 | 137 | 71 |
| Binary | 1001110 | 11111010 | 101010 | 1000101 | 0 | 1010011 | 10 | 1101110 | 1011111 | 111001 |
Color Harmonies of #4EFA2A
Complementary color
Monochromatic Colors of #4EFA2A
Black with #4EFA2A
Text Example
Text Example
White with #4EFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA2A; }
p { color: rgb(78,250,42); }
H1.HeaderClassName
{
color: #4EFA2A;
}
.AnyTagClassName
{
color: #4EFA2A;
}
</style>
background-color css
<style>
a { background-color: #4EFA2A; }
a { background-color: rgb(78,250,42); }
div.DivClassName
{
background-color: #4EFA2A;
}
.BgClassName
{
background-color: #4EFA2A;
}
</style>
border-color css
<style>
span { border-color: #4EFA2A; }
span { border-color: rgb(78,250,42); }
td.TdClassName
{
border-color: #4EFA2A;
}
.TagClassName
{
border-color: #4EFA2A;
}
</style>