Shades of Harlequin #4FEE10
Tints of Harlequin #4FEE10
RGB
CMYK
RGB Variations
Color information
#4FEE10 (or 0x4FEE10) is known color: Harlequin. HEX triplet: 4F, EE and 10. RGB value is (79,238,16). Sum of RGB (Red+Green+Blue) = 79+238+16=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 238 (93.36% from 255 or 71.47% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEE10 is #B011EF. Grayscale: #A5A5A5. Windows color (decimal): -11538928 or 1109583. OLE color: 1109583.
HSL color Cylindrical-coordinate representation of color #4FEE10: hue angle of 102.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FEE10 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.07 |
| HSL | 102.97º | 0.87% | 0.5% | - |
| HSV(B) | 102.97º | 0.93% | 0.93% | - |
| XYZ | 33.89 | 62.85 | 10.83 | - |
| YUV | 165.15 | 43.82 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 16 | 0.67 | 0 | 0.93 | 0.07 | 102.97 | 0.87 | 0.5 |
| Hex | 4F | EE | 10 | 43 | 0 | 5D | 7 | 67 | 57 | 32 |
| Octal | 117 | 356 | 20 | 103 | 0 | 135 | 7 | 147 | 127 | 62 |
| Binary | 1001111 | 11101110 | 10000 | 1000011 | 0 | 1011101 | 111 | 1100111 | 1010111 | 110010 |
Color Harmonies of #4FEE10
Complementary color
Monochromatic Colors of #4FEE10
Black with #4FEE10
Text Example
Text Example
White with #4FEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEE10; }
p { color: rgb(79,238,16); }
H1.HeaderClassName
{
color: #4FEE10;
}
.AnyTagClassName
{
color: #4FEE10;
}
</style>
background-color css
<style>
a { background-color: #4FEE10; }
a { background-color: rgb(79,238,16); }
div.DivClassName
{
background-color: #4FEE10;
}
.BgClassName
{
background-color: #4FEE10;
}
</style>
border-color css
<style>
span { border-color: #4FEE10; }
span { border-color: rgb(79,238,16); }
td.TdClassName
{
border-color: #4FEE10;
}
.TagClassName
{
border-color: #4FEE10;
}
</style>