Shades of Harlequin #4FFB10
Tints of Harlequin #4FFB10
RGB
CMYK
RGB Variations
Color information
#4FFB10 (or 0x4FFB10) is known color: Harlequin. HEX triplet: 4F, FB and 10. RGB value is (79,251,16). Sum of RGB (Red+Green+Blue) = 79+251+16=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFB10 is #B004EF. Grayscale: #ADADAD. Windows color (decimal): -11535600 or 1112911. OLE color: 1112911.
HSL color Cylindrical-coordinate representation of color #4FFB10: hue angle of 103.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FFB10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.02 |
| HSL | 103.91º | 0.97% | 0.52% | - |
| HSV(B) | 103.91º | 0.94% | 0.98% | - |
| XYZ | 37.82 | 70.69 | 12.14 | - |
| YUV | 172.78 | 39.52 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 16 | 0.69 | 0 | 0.94 | 0.02 | 103.91 | 0.97 | 0.52 |
| Hex | 4F | FB | 10 | 45 | 0 | 5E | 2 | 68 | 61 | 34 |
| Octal | 117 | 373 | 20 | 105 | 0 | 136 | 2 | 150 | 141 | 64 |
| Binary | 1001111 | 11111011 | 10000 | 1000101 | 0 | 1011110 | 10 | 1101000 | 1100001 | 110100 |
Color Harmonies of #4FFB10
Complementary color
Monochromatic Colors of #4FFB10
Black with #4FFB10
Text Example
Text Example
White with #4FFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB10; }
p { color: rgb(79,251,16); }
H1.HeaderClassName
{
color: #4FFB10;
}
.AnyTagClassName
{
color: #4FFB10;
}
</style>
background-color css
<style>
a { background-color: #4FFB10; }
a { background-color: rgb(79,251,16); }
div.DivClassName
{
background-color: #4FFB10;
}
.BgClassName
{
background-color: #4FFB10;
}
</style>
border-color css
<style>
span { border-color: #4FFB10; }
span { border-color: rgb(79,251,16); }
td.TdClassName
{
border-color: #4FFB10;
}
.TagClassName
{
border-color: #4FFB10;
}
</style>