Shades of Harlequin #4FF206
Tints of Harlequin #4FF206
RGB
CMYK
RGB Variations
Color information
#4FF206 (or 0x4FF206) is known color: Harlequin. HEX triplet: 4F, F2 and 06. RGB value is (79,242,6). Sum of RGB (Red+Green+Blue) = 79+242+6=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF206 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF206 is #B00DF9. Grayscale: #A7A7A7. Windows color (decimal): -11537914 or 455247. OLE color: 455247.
HSL color Cylindrical-coordinate representation of color #4FF206: hue angle of 101.44º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FF206 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 6 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.05 |
| HSL | 101.44º | 0.95% | 0.49% | - |
| HSV(B) | 101.44º | 0.98% | 0.95% | - |
| XYZ | 35.01 | 65.18 | 10.91 | - |
| YUV | 166.36 | 37.5 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 6 | 0.67 | 0 | 0.98 | 0.05 | 101.44 | 0.95 | 0.49 |
| Hex | 4F | F2 | 6 | 43 | 0 | 62 | 5 | 65 | 5F | 31 |
| Octal | 117 | 362 | 6 | 103 | 0 | 142 | 5 | 145 | 137 | 61 |
| Binary | 1001111 | 11110010 | 110 | 1000011 | 0 | 1100010 | 101 | 1100101 | 1011111 | 110001 |
Color Harmonies of #4FF206
Complementary color
Monochromatic Colors of #4FF206
Black with #4FF206
Text Example
Text Example
White with #4FF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF206; }
p { color: rgb(79,242,6); }
H1.HeaderClassName
{
color: #4FF206;
}
.AnyTagClassName
{
color: #4FF206;
}
</style>
background-color css
<style>
a { background-color: #4FF206; }
a { background-color: rgb(79,242,6); }
div.DivClassName
{
background-color: #4FF206;
}
.BgClassName
{
background-color: #4FF206;
}
</style>
border-color css
<style>
span { border-color: #4FF206; }
span { border-color: rgb(79,242,6); }
td.TdClassName
{
border-color: #4FF206;
}
.TagClassName
{
border-color: #4FF206;
}
</style>