Shades of Harlequin #4FF316
Tints of Harlequin #4FF316
RGB
CMYK
RGB Variations
Color information
#4FF316 (or 0x4FF316) is known color: Harlequin. HEX triplet: 4F, F3 and 16. RGB value is (79,243,22). Sum of RGB (Red+Green+Blue) = 79+243+22=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF316 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF316 is #B00CE9. Grayscale: #A9A9A9. Windows color (decimal): -11537642 or 1504079. OLE color: 1504079.
HSL color Cylindrical-coordinate representation of color #4FF316: hue angle of 104.52º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FF316 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.05 |
| HSL | 104.52º | 0.9% | 0.52% | - |
| HSV(B) | 104.52º | 0.91% | 0.95% | - |
| XYZ | 35.42 | 65.82 | 11.6 | - |
| YUV | 168.77 | 45.17 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 22 | 0.67 | 0 | 0.91 | 0.05 | 104.52 | 0.9 | 0.52 |
| Hex | 4F | F3 | 16 | 43 | 0 | 5B | 5 | 69 | 5A | 34 |
| Octal | 117 | 363 | 26 | 103 | 0 | 133 | 5 | 151 | 132 | 64 |
| Binary | 1001111 | 11110011 | 10110 | 1000011 | 0 | 1011011 | 101 | 1101001 | 1011010 | 110100 |
Color Harmonies of #4FF316
Complementary color
Monochromatic Colors of #4FF316
Black with #4FF316
Text Example
Text Example
White with #4FF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF316; }
p { color: rgb(79,243,22); }
H1.HeaderClassName
{
color: #4FF316;
}
.AnyTagClassName
{
color: #4FF316;
}
</style>
background-color css
<style>
a { background-color: #4FF316; }
a { background-color: rgb(79,243,22); }
div.DivClassName
{
background-color: #4FF316;
}
.BgClassName
{
background-color: #4FF316;
}
</style>
border-color css
<style>
span { border-color: #4FF316; }
span { border-color: rgb(79,243,22); }
td.TdClassName
{
border-color: #4FF316;
}
.TagClassName
{
border-color: #4FF316;
}
</style>