Shades of Harlequin #2FEC06
Tints of Harlequin #2FEC06
RGB
CMYK
RGB Variations
Color information
#2FEC06 (or 0x2FEC06) is known color: Harlequin. HEX triplet: 2F, EC and 06. RGB value is (47,236,6). Sum of RGB (Red+Green+Blue) = 47+236+6=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC06 is #D013F9. Grayscale: #999999. Windows color (decimal): -13636602 or 453679. OLE color: 453679.
HSL color Cylindrical-coordinate representation of color #2FEC06: hue angle of 109.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FEC06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.07 |
| HSL | 109.3º | 0.95% | 0.47% | - |
| HSV(B) | 109.3º | 0.97% | 0.93% | - |
| XYZ | 31.2 | 60.61 | 10.23 | - |
| YUV | 153.27 | 44.88 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 6 | 0.80 | 0 | 0.97 | 0.07 | 109.3 | 0.95 | 0.47 |
| Hex | 2F | EC | 6 | 50 | 0 | 61 | 7 | 6D | 5F | 2F |
| Octal | 57 | 354 | 6 | 120 | 0 | 141 | 7 | 155 | 137 | 57 |
| Binary | 101111 | 11101100 | 110 | 1010000 | 0 | 1100001 | 111 | 1101101 | 1011111 | 101111 |
Color Harmonies of #2FEC06
Complementary color
Monochromatic Colors of #2FEC06
Black with #2FEC06
Text Example
Text Example
White with #2FEC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC06; }
p { color: rgb(47,236,6); }
H1.HeaderClassName
{
color: #2FEC06;
}
.AnyTagClassName
{
color: #2FEC06;
}
</style>
background-color css
<style>
a { background-color: #2FEC06; }
a { background-color: rgb(47,236,6); }
div.DivClassName
{
background-color: #2FEC06;
}
.BgClassName
{
background-color: #2FEC06;
}
</style>
border-color css
<style>
span { border-color: #2FEC06; }
span { border-color: rgb(47,236,6); }
td.TdClassName
{
border-color: #2FEC06;
}
.TagClassName
{
border-color: #2FEC06;
}
</style>