Shades of Harlequin #2FDF06
Tints of Harlequin #2FDF06
RGB
CMYK
RGB Variations
Color information
#2FDF06 (or 0x2FDF06) is known color: Harlequin. HEX triplet: 2F, DF and 06. RGB value is (47,223,6). Sum of RGB (Red+Green+Blue) = 47+223+6=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 223 (87.5% from 255 or 80.80% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDF06 is #D020F9. Grayscale: #929292. Windows color (decimal): -13639930 or 450351. OLE color: 450351.
HSL color Cylindrical-coordinate representation of color #2FDF06: hue angle of 108.66º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FDF06 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 6 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.13 |
| HSL | 108.66º | 0.95% | 0.45% | - |
| HSV(B) | 108.66º | 0.97% | 0.87% | - |
| XYZ | 27.59 | 53.39 | 9.02 | - |
| YUV | 145.64 | 49.19 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 6 | 0.79 | 0 | 0.97 | 0.13 | 108.66 | 0.95 | 0.45 |
| Hex | 2F | DF | 6 | 4F | 0 | 61 | D | 6D | 5F | 2D |
| Octal | 57 | 337 | 6 | 117 | 0 | 141 | 15 | 155 | 137 | 55 |
| Binary | 101111 | 11011111 | 110 | 1001111 | 0 | 1100001 | 1101 | 1101101 | 1011111 | 101101 |
Color Harmonies of #2FDF06
Complementary color
Monochromatic Colors of #2FDF06
Black with #2FDF06
Text Example
Text Example
White with #2FDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF06; }
p { color: rgb(47,223,6); }
H1.HeaderClassName
{
color: #2FDF06;
}
.AnyTagClassName
{
color: #2FDF06;
}
</style>
background-color css
<style>
a { background-color: #2FDF06; }
a { background-color: rgb(47,223,6); }
div.DivClassName
{
background-color: #2FDF06;
}
.BgClassName
{
background-color: #2FDF06;
}
</style>
border-color css
<style>
span { border-color: #2FDF06; }
span { border-color: rgb(47,223,6); }
td.TdClassName
{
border-color: #2FDF06;
}
.TagClassName
{
border-color: #2FDF06;
}
</style>