Shades of Harlequin #4FFF29
Tints of Harlequin #4FFF29
RGB
CMYK
RGB Variations
Color information
#4FFF29 (or 0x4FFF29) is known color: Harlequin. HEX triplet: 4F, FF and 29. RGB value is (79,255,41). Sum of RGB (Red+Green+Blue) = 79+255+41=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF29 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFF29 is #B000D6. Grayscale: #B2B2B2. Windows color (decimal): -11534551 or 2752335. OLE color: 2752335.
HSL color Cylindrical-coordinate representation of color #4FFF29: hue angle of 109.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4FFF29 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 41 | - |
| CMYK | 0.69 | 0 | 0.84 | 0 |
| HSL | 109.35º | 1% | 0.58% | - |
| HSV(B) | 109.35º | 0.84% | 1% | - |
| XYZ | 39.38 | 73.34 | 14.18 | - |
| YUV | 177.98 | 50.69 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 41 | 0.69 | 0 | 0.84 | 0 | 109.35 | 1 | 0.58 |
| Hex | 4F | FF | 29 | 45 | 0 | 54 | 0 | 6D | 64 | 3A |
| Octal | 117 | 377 | 51 | 105 | 0 | 124 | 0 | 155 | 144 | 72 |
| Binary | 1001111 | 11111111 | 101001 | 1000101 | 0 | 1010100 | 0 | 1101101 | 1100100 | 111010 |
Color Harmonies of #4FFF29
Complementary color
Monochromatic Colors of #4FFF29
Black with #4FFF29
Text Example
Text Example
White with #4FFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF29; }
p { color: rgb(79,255,41); }
H1.HeaderClassName
{
color: #4FFF29;
}
.AnyTagClassName
{
color: #4FFF29;
}
</style>
background-color css
<style>
a { background-color: #4FFF29; }
a { background-color: rgb(79,255,41); }
div.DivClassName
{
background-color: #4FFF29;
}
.BgClassName
{
background-color: #4FFF29;
}
</style>
border-color css
<style>
span { border-color: #4FFF29; }
span { border-color: rgb(79,255,41); }
td.TdClassName
{
border-color: #4FFF29;
}
.TagClassName
{
border-color: #4FFF29;
}
</style>