Shades of Harlequin #2FDC05
Tints of Harlequin #2FDC05
RGB
CMYK
RGB Variations
Color information
#2FDC05 (or 0x2FDC05) is known color: Harlequin. HEX triplet: 2F, DC and 05. RGB value is (47,220,5). Sum of RGB (Red+Green+Blue) = 47+220+5=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC05 is #D023FA. Grayscale: #909090. Windows color (decimal): -13640699 or 384047. OLE color: 384047.
HSL color Cylindrical-coordinate representation of color #2FDC05: hue angle of 108.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FDC05 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.14 |
| HSL | 108.28º | 0.96% | 0.44% | - |
| HSV(B) | 108.28º | 0.98% | 0.86% | - |
| XYZ | 26.79 | 51.8 | 8.73 | - |
| YUV | 143.76 | 49.69 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 5 | 0.79 | 0 | 0.98 | 0.14 | 108.28 | 0.96 | 0.44 |
| Hex | 2F | DC | 5 | 4F | 0 | 62 | E | 6C | 60 | 2C |
| Octal | 57 | 334 | 5 | 117 | 0 | 142 | 16 | 154 | 140 | 54 |
| Binary | 101111 | 11011100 | 101 | 1001111 | 0 | 1100010 | 1110 | 1101100 | 1100000 | 101100 |
Color Harmonies of #2FDC05
Complementary color
Monochromatic Colors of #2FDC05
Black with #2FDC05
Text Example
Text Example
White with #2FDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC05; }
p { color: rgb(47,220,5); }
H1.HeaderClassName
{
color: #2FDC05;
}
.AnyTagClassName
{
color: #2FDC05;
}
</style>
background-color css
<style>
a { background-color: #2FDC05; }
a { background-color: rgb(47,220,5); }
div.DivClassName
{
background-color: #2FDC05;
}
.BgClassName
{
background-color: #2FDC05;
}
</style>
border-color css
<style>
span { border-color: #2FDC05; }
span { border-color: rgb(47,220,5); }
td.TdClassName
{
border-color: #2FDC05;
}
.TagClassName
{
border-color: #2FDC05;
}
</style>