Shades of Harlequin #4FFC31
Tints of Harlequin #4FFC31
RGB
CMYK
RGB Variations
Color information
#4FFC31 (or 0x4FFC31) is known color: Harlequin. HEX triplet: 4F, FC and 31. RGB value is (79,252,49). Sum of RGB (Red+Green+Blue) = 79+252+49=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFC31 is #B003CE. Grayscale: #B1B1B1. Windows color (decimal): -11535311 or 3275855. OLE color: 3275855.
HSL color Cylindrical-coordinate representation of color #4FFC31: hue angle of 111.13º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FFC31 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 49 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.01 |
| HSL | 111.13º | 0.97% | 0.59% | - |
| HSV(B) | 111.13º | 0.81% | 0.99% | - |
| XYZ | 38.59 | 71.5 | 14.67 | - |
| YUV | 177.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 49 | 0.69 | 0 | 0.81 | 0.01 | 111.13 | 0.97 | 0.59 |
| Hex | 4F | FC | 31 | 45 | 0 | 51 | 1 | 6F | 61 | 3B |
| Octal | 117 | 374 | 61 | 105 | 0 | 121 | 1 | 157 | 141 | 73 |
| Binary | 1001111 | 11111100 | 110001 | 1000101 | 0 | 1010001 | 1 | 1101111 | 1100001 | 111011 |
Color Harmonies of #4FFC31
Complementary color
Monochromatic Colors of #4FFC31
Black with #4FFC31
Text Example
Text Example
White with #4FFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC31; }
p { color: rgb(79,252,49); }
H1.HeaderClassName
{
color: #4FFC31;
}
.AnyTagClassName
{
color: #4FFC31;
}
</style>
background-color css
<style>
a { background-color: #4FFC31; }
a { background-color: rgb(79,252,49); }
div.DivClassName
{
background-color: #4FFC31;
}
.BgClassName
{
background-color: #4FFC31;
}
</style>
border-color css
<style>
span { border-color: #4FFC31; }
span { border-color: rgb(79,252,49); }
td.TdClassName
{
border-color: #4FFC31;
}
.TagClassName
{
border-color: #4FFC31;
}
</style>