Shades of Harlequin #4FEC12
Tints of Harlequin #4FEC12
RGB
CMYK
RGB Variations
Color information
#4FEC12 (or 0x4FEC12) is known color: Harlequin. HEX triplet: 4F, EC and 12. RGB value is (79,236,18). Sum of RGB (Red+Green+Blue) = 79+236+18=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEC12 is #B013ED. Grayscale: #A4A4A4. Windows color (decimal): -11539438 or 1240143. OLE color: 1240143.
HSL color Cylindrical-coordinate representation of color #4FEC12: hue angle of 103.21º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FEC12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 18 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.07 |
| HSL | 103.21º | 0.86% | 0.5% | - |
| HSV(B) | 103.21º | 0.92% | 0.93% | - |
| XYZ | 33.33 | 61.7 | 10.72 | - |
| YUV | 164.21 | 45.49 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 18 | 0.67 | 0 | 0.92 | 0.07 | 103.21 | 0.86 | 0.5 |
| Hex | 4F | EC | 12 | 43 | 0 | 5C | 7 | 67 | 56 | 32 |
| Octal | 117 | 354 | 22 | 103 | 0 | 134 | 7 | 147 | 126 | 62 |
| Binary | 1001111 | 11101100 | 10010 | 1000011 | 0 | 1011100 | 111 | 1100111 | 1010110 | 110010 |
Color Harmonies of #4FEC12
Complementary color
Monochromatic Colors of #4FEC12
Black with #4FEC12
Text Example
Text Example
White with #4FEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEC12; }
p { color: rgb(79,236,18); }
H1.HeaderClassName
{
color: #4FEC12;
}
.AnyTagClassName
{
color: #4FEC12;
}
</style>
background-color css
<style>
a { background-color: #4FEC12; }
a { background-color: rgb(79,236,18); }
div.DivClassName
{
background-color: #4FEC12;
}
.BgClassName
{
background-color: #4FEC12;
}
</style>
border-color css
<style>
span { border-color: #4FEC12; }
span { border-color: rgb(79,236,18); }
td.TdClassName
{
border-color: #4FEC12;
}
.TagClassName
{
border-color: #4FEC12;
}
</style>