Shades of Harlequin #2FDD01
Tints of Harlequin #2FDD01
RGB
CMYK
RGB Variations
Color information
#2FDD01 (or 0x2FDD01) is known color: Harlequin. HEX triplet: 2F, DD and 01. RGB value is (47,221,1). Sum of RGB (Red+Green+Blue) = 47+221+1=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDD01 is #D022FE. Grayscale: #909090. Windows color (decimal): -13640447 or 122159. OLE color: 122159.
HSL color Cylindrical-coordinate representation of color #2FDD01: hue angle of 107.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDD01 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 1 | - |
| CMYK | 0.79 | 0 | 1.00 | 0.13 |
| HSL | 107.45º | 0.99% | 0.44% | - |
| HSV(B) | 107.45º | 1% | 0.87% | - |
| XYZ | 27.03 | 52.32 | 8.7 | - |
| YUV | 143.89 | 47.35 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 1 | 0.79 | 0 | 1.00 | 0.13 | 107.45 | 0.99 | 0.44 |
| Hex | 2F | DD | 1 | 4F | 0 | 64 | D | 6B | 63 | 2C |
| Octal | 57 | 335 | 1 | 117 | 0 | 144 | 15 | 153 | 143 | 54 |
| Binary | 101111 | 11011101 | 1 | 1001111 | 0 | 1100100 | 1101 | 1101011 | 1100011 | 101100 |
Color Harmonies of #2FDD01
Complementary color
Monochromatic Colors of #2FDD01
Black with #2FDD01
Text Example
Text Example
White with #2FDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD01; }
p { color: rgb(47,221,1); }
H1.HeaderClassName
{
color: #2FDD01;
}
.AnyTagClassName
{
color: #2FDD01;
}
</style>
background-color css
<style>
a { background-color: #2FDD01; }
a { background-color: rgb(47,221,1); }
div.DivClassName
{
background-color: #2FDD01;
}
.BgClassName
{
background-color: #2FDD01;
}
</style>
border-color css
<style>
span { border-color: #2FDD01; }
span { border-color: rgb(47,221,1); }
td.TdClassName
{
border-color: #2FDD01;
}
.TagClassName
{
border-color: #2FDD01;
}
</style>