Shades of Harlequin #2FDC08
Tints of Harlequin #2FDC08
RGB
CMYK
RGB Variations
Color information
#2FDC08 (or 0x2FDC08) is known color: Harlequin. HEX triplet: 2F, DC and 08. RGB value is (47,220,8). Sum of RGB (Red+Green+Blue) = 47+220+8=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC08 is #D023F7. Grayscale: #909090. Windows color (decimal): -13640696 or 580655. OLE color: 580655.
HSL color Cylindrical-coordinate representation of color #2FDC08: hue angle of 108.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FDC08 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.14 |
| HSL | 108.96º | 0.93% | 0.45% | - |
| HSV(B) | 108.96º | 0.96% | 0.86% | - |
| XYZ | 26.81 | 51.81 | 8.82 | - |
| YUV | 144.11 | 51.19 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 8 | 0.79 | 0 | 0.96 | 0.14 | 108.96 | 0.93 | 0.45 |
| Hex | 2F | DC | 8 | 4F | 0 | 60 | E | 6D | 5D | 2D |
| Octal | 57 | 334 | 10 | 117 | 0 | 140 | 16 | 155 | 135 | 55 |
| Binary | 101111 | 11011100 | 1000 | 1001111 | 0 | 1100000 | 1110 | 1101101 | 1011101 | 101101 |
Color Harmonies of #2FDC08
Complementary color
Monochromatic Colors of #2FDC08
Black with #2FDC08
Text Example
Text Example
White with #2FDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC08; }
p { color: rgb(47,220,8); }
H1.HeaderClassName
{
color: #2FDC08;
}
.AnyTagClassName
{
color: #2FDC08;
}
</style>
background-color css
<style>
a { background-color: #2FDC08; }
a { background-color: rgb(47,220,8); }
div.DivClassName
{
background-color: #2FDC08;
}
.BgClassName
{
background-color: #2FDC08;
}
</style>
border-color css
<style>
span { border-color: #2FDC08; }
span { border-color: rgb(47,220,8); }
td.TdClassName
{
border-color: #2FDC08;
}
.TagClassName
{
border-color: #2FDC08;
}
</style>