Shades of Harlequin #4EFA0F
Tints of Harlequin #4EFA0F
RGB
CMYK
RGB Variations
Color information
#4EFA0F (or 0x4EFA0F) is known color: Harlequin. HEX triplet: 4E, FA and 0F. RGB value is (78,250,15). Sum of RGB (Red+Green+Blue) = 78+250+15=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFA0F is #B105F0. Grayscale: #ACACAC. Windows color (decimal): -11601393 or 1047118. OLE color: 1047118.
HSL color Cylindrical-coordinate representation of color #4EFA0F: hue angle of 103.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EFA0F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.02 |
| HSL | 103.91º | 0.96% | 0.52% | - |
| HSV(B) | 103.91º | 0.94% | 0.98% | - |
| XYZ | 37.41 | 70.03 | 12 | - |
| YUV | 171.78 | 39.52 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 15 | 0.69 | 0 | 0.94 | 0.02 | 103.91 | 0.96 | 0.52 |
| Hex | 4E | FA | F | 45 | 0 | 5E | 2 | 68 | 60 | 34 |
| Octal | 116 | 372 | 17 | 105 | 0 | 136 | 2 | 150 | 140 | 64 |
| Binary | 1001110 | 11111010 | 1111 | 1000101 | 0 | 1011110 | 10 | 1101000 | 1100000 | 110100 |
Color Harmonies of #4EFA0F
Complementary color
Monochromatic Colors of #4EFA0F
Black with #4EFA0F
Text Example
Text Example
White with #4EFA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA0F; }
p { color: rgb(78,250,15); }
H1.HeaderClassName
{
color: #4EFA0F;
}
.AnyTagClassName
{
color: #4EFA0F;
}
</style>
background-color css
<style>
a { background-color: #4EFA0F; }
a { background-color: rgb(78,250,15); }
div.DivClassName
{
background-color: #4EFA0F;
}
.BgClassName
{
background-color: #4EFA0F;
}
</style>
border-color css
<style>
span { border-color: #4EFA0F; }
span { border-color: rgb(78,250,15); }
td.TdClassName
{
border-color: #4EFA0F;
}
.TagClassName
{
border-color: #4EFA0F;
}
</style>