Shades of Harlequin #4EFF09
Tints of Harlequin #4EFF09
RGB
CMYK
RGB Variations
Color information
#4EFF09 (or 0x4EFF09) is known color: Harlequin. HEX triplet: 4E, FF and 09. RGB value is (78,255,9). Sum of RGB (Red+Green+Blue) = 78+255+9=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF09 is #B100F6. Grayscale: #AEAEAE. Windows color (decimal): -11600119 or 655182. OLE color: 655182.
HSL color Cylindrical-coordinate representation of color #4EFF09: hue angle of 103.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4EFF09 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 9 | - |
| CMYK | 0.69 | 0 | 0.96 | 0 |
| HSL | 103.17º | 1% | 0.52% | - |
| HSV(B) | 103.17º | 0.96% | 1% | - |
| XYZ | 38.95 | 73.16 | 12.33 | - |
| YUV | 174.03 | 34.86 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 9 | 0.69 | 0 | 0.96 | 0 | 103.17 | 1 | 0.52 |
| Hex | 4E | FF | 9 | 45 | 0 | 60 | 0 | 67 | 64 | 34 |
| Octal | 116 | 377 | 11 | 105 | 0 | 140 | 0 | 147 | 144 | 64 |
| Binary | 1001110 | 11111111 | 1001 | 1000101 | 0 | 1100000 | 0 | 1100111 | 1100100 | 110100 |
Color Harmonies of #4EFF09
Complementary color
Monochromatic Colors of #4EFF09
Black with #4EFF09
Text Example
Text Example
White with #4EFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF09; }
p { color: rgb(78,255,9); }
H1.HeaderClassName
{
color: #4EFF09;
}
.AnyTagClassName
{
color: #4EFF09;
}
</style>
background-color css
<style>
a { background-color: #4EFF09; }
a { background-color: rgb(78,255,9); }
div.DivClassName
{
background-color: #4EFF09;
}
.BgClassName
{
background-color: #4EFF09;
}
</style>
border-color css
<style>
span { border-color: #4EFF09; }
span { border-color: rgb(78,255,9); }
td.TdClassName
{
border-color: #4EFF09;
}
.TagClassName
{
border-color: #4EFF09;
}
</style>