Shades of Harlequin #2FFD06
Tints of Harlequin #2FFD06
RGB
CMYK
RGB Variations
Color information
#2FFD06 (or 0x2FFD06) is known color: Harlequin. HEX triplet: 2F, FD and 06. RGB value is (47,253,6). Sum of RGB (Red+Green+Blue) = 47+253+6=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFD06 is #D002F9. Grayscale: #A4A4A4. Windows color (decimal): -13632250 or 458031. OLE color: 458031.
HSL color Cylindrical-coordinate representation of color #2FFD06: hue angle of 110.04º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFD06 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 6 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.01 |
| HSL | 110.04º | 0.98% | 0.51% | - |
| HSV(B) | 110.04º | 0.98% | 0.99% | - |
| XYZ | 36.33 | 70.87 | 11.94 | - |
| YUV | 163.25 | 39.25 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 6 | 0.81 | 0 | 0.98 | 0.01 | 110.04 | 0.98 | 0.51 |
| Hex | 2F | FD | 6 | 51 | 0 | 62 | 1 | 6E | 62 | 33 |
| Octal | 57 | 375 | 6 | 121 | 0 | 142 | 1 | 156 | 142 | 63 |
| Binary | 101111 | 11111101 | 110 | 1010001 | 0 | 1100010 | 1 | 1101110 | 1100010 | 110011 |
Color Harmonies of #2FFD06
Complementary color
Monochromatic Colors of #2FFD06
Black with #2FFD06
Text Example
Text Example
White with #2FFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD06; }
p { color: rgb(47,253,6); }
H1.HeaderClassName
{
color: #2FFD06;
}
.AnyTagClassName
{
color: #2FFD06;
}
</style>
background-color css
<style>
a { background-color: #2FFD06; }
a { background-color: rgb(47,253,6); }
div.DivClassName
{
background-color: #2FFD06;
}
.BgClassName
{
background-color: #2FFD06;
}
</style>
border-color css
<style>
span { border-color: #2FFD06; }
span { border-color: rgb(47,253,6); }
td.TdClassName
{
border-color: #2FFD06;
}
.TagClassName
{
border-color: #2FFD06;
}
</style>