Shades of Harlequin #4FEF01
Tints of Harlequin #4FEF01
RGB
CMYK
RGB Variations
Color information
#4FEF01 (or 0x4FEF01) is known color: Harlequin. HEX triplet: 4F, EF and 01. RGB value is (79,239,1). Sum of RGB (Red+Green+Blue) = 79+239+1=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEF01 is #B010FE. Grayscale: #A4A4A4. Windows color (decimal): -11538687 or 126799. OLE color: 126799.
HSL color Cylindrical-coordinate representation of color #4FEF01: hue angle of 100.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FEF01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.06 |
| HSL | 100.34º | 0.99% | 0.47% | - |
| HSV(B) | 100.34º | 1% | 0.94% | - |
| XYZ | 34.1 | 63.4 | 10.47 | - |
| YUV | 164.03 | 35.99 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 1 | 0.67 | 0 | 1.00 | 0.06 | 100.34 | 0.99 | 0.47 |
| Hex | 4F | EF | 1 | 43 | 0 | 64 | 6 | 64 | 63 | 2F |
| Octal | 117 | 357 | 1 | 103 | 0 | 144 | 6 | 144 | 143 | 57 |
| Binary | 1001111 | 11101111 | 1 | 1000011 | 0 | 1100100 | 110 | 1100100 | 1100011 | 101111 |
Color Harmonies of #4FEF01
Complementary color
Monochromatic Colors of #4FEF01
Black with #4FEF01
Text Example
Text Example
White with #4FEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEF01; }
p { color: rgb(79,239,1); }
H1.HeaderClassName
{
color: #4FEF01;
}
.AnyTagClassName
{
color: #4FEF01;
}
</style>
background-color css
<style>
a { background-color: #4FEF01; }
a { background-color: rgb(79,239,1); }
div.DivClassName
{
background-color: #4FEF01;
}
.BgClassName
{
background-color: #4FEF01;
}
</style>
border-color css
<style>
span { border-color: #4FEF01; }
span { border-color: rgb(79,239,1); }
td.TdClassName
{
border-color: #4FEF01;
}
.TagClassName
{
border-color: #4FEF01;
}
</style>