Shades of Harlequin #4FFC15
Tints of Harlequin #4FFC15
RGB
CMYK
RGB Variations
Color information
#4FFC15 (or 0x4FFC15) is known color: Harlequin. HEX triplet: 4F, FC and 15. RGB value is (79,252,21). Sum of RGB (Red+Green+Blue) = 79+252+21=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 252 (98.83% from 255 or 71.59% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC15 is #B003EA. Grayscale: #AEAEAE. Windows color (decimal): -11535339 or 1440847. OLE color: 1440847.
HSL color Cylindrical-coordinate representation of color #4FFC15: hue angle of 104.94º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FFC15 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 21 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.01 |
| HSL | 104.94º | 0.97% | 0.54% | - |
| HSV(B) | 104.94º | 0.92% | 0.99% | - |
| XYZ | 38.17 | 71.34 | 12.47 | - |
| YUV | 173.94 | 41.69 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 21 | 0.69 | 0 | 0.92 | 0.01 | 104.94 | 0.97 | 0.54 |
| Hex | 4F | FC | 15 | 45 | 0 | 5C | 1 | 69 | 61 | 36 |
| Octal | 117 | 374 | 25 | 105 | 0 | 134 | 1 | 151 | 141 | 66 |
| Binary | 1001111 | 11111100 | 10101 | 1000101 | 0 | 1011100 | 1 | 1101001 | 1100001 | 110110 |
Color Harmonies of #4FFC15
Complementary color
Monochromatic Colors of #4FFC15
Black with #4FFC15
Text Example
Text Example
White with #4FFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC15; }
p { color: rgb(79,252,21); }
H1.HeaderClassName
{
color: #4FFC15;
}
.AnyTagClassName
{
color: #4FFC15;
}
</style>
background-color css
<style>
a { background-color: #4FFC15; }
a { background-color: rgb(79,252,21); }
div.DivClassName
{
background-color: #4FFC15;
}
.BgClassName
{
background-color: #4FFC15;
}
</style>
border-color css
<style>
span { border-color: #4FFC15; }
span { border-color: rgb(79,252,21); }
td.TdClassName
{
border-color: #4FFC15;
}
.TagClassName
{
border-color: #4FFC15;
}
</style>