Shades of Harlequin #4EFE05
Tints of Harlequin #4EFE05
RGB
CMYK
RGB Variations
Color information
#4EFE05 (or 0x4EFE05) is known color: Harlequin. HEX triplet: 4E, FE and 05. RGB value is (78,254,5). Sum of RGB (Red+Green+Blue) = 78+254+5=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFE05 is #B101FA. Grayscale: #ADADAD. Windows color (decimal): -11600379 or 392782. OLE color: 392782.
HSL color Cylindrical-coordinate representation of color #4EFE05: hue angle of 102.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EFE05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.00 |
| HSL | 102.41º | 0.99% | 0.51% | - |
| HSV(B) | 102.41º | 0.98% | 1% | - |
| XYZ | 38.61 | 72.51 | 12.11 | - |
| YUV | 172.99 | 33.19 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 5 | 0.69 | 0 | 0.98 | 0.00 | 102.41 | 0.99 | 0.51 |
| Hex | 4E | FE | 5 | 45 | 0 | 62 | 0 | 66 | 63 | 33 |
| Octal | 116 | 376 | 5 | 105 | 0 | 142 | 0 | 146 | 143 | 63 |
| Binary | 1001110 | 11111110 | 101 | 1000101 | 0 | 1100010 | 0 | 1100110 | 1100011 | 110011 |
Color Harmonies of #4EFE05
Complementary color
Monochromatic Colors of #4EFE05
Black with #4EFE05
Text Example
Text Example
White with #4EFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFE05; }
p { color: rgb(78,254,5); }
H1.HeaderClassName
{
color: #4EFE05;
}
.AnyTagClassName
{
color: #4EFE05;
}
</style>
background-color css
<style>
a { background-color: #4EFE05; }
a { background-color: rgb(78,254,5); }
div.DivClassName
{
background-color: #4EFE05;
}
.BgClassName
{
background-color: #4EFE05;
}
</style>
border-color css
<style>
span { border-color: #4EFE05; }
span { border-color: rgb(78,254,5); }
td.TdClassName
{
border-color: #4EFE05;
}
.TagClassName
{
border-color: #4EFE05;
}
</style>