Shades of Harlequin #2FF808
Tints of Harlequin #2FF808
RGB
CMYK
RGB Variations
Color information
#2FF808 (or 0x2FF808) is known color: Harlequin. HEX triplet: 2F, F8 and 08. RGB value is (47,248,8). Sum of RGB (Red+Green+Blue) = 47+248+8=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 248 (97.27% from 255 or 81.85% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF808 is #D007F7. Grayscale: #A1A1A1. Windows color (decimal): -13633528 or 587823. OLE color: 587823.
HSL color Cylindrical-coordinate representation of color #2FF808: hue angle of 110.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FF808 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.03 |
| HSL | 110.25º | 0.94% | 0.5% | - |
| HSV(B) | 110.25º | 0.97% | 0.97% | - |
| XYZ | 34.78 | 67.76 | 11.47 | - |
| YUV | 160.54 | 41.91 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 8 | 0.81 | 0 | 0.97 | 0.03 | 110.25 | 0.94 | 0.5 |
| Hex | 2F | F8 | 8 | 51 | 0 | 61 | 3 | 6E | 5E | 32 |
| Octal | 57 | 370 | 10 | 121 | 0 | 141 | 3 | 156 | 136 | 62 |
| Binary | 101111 | 11111000 | 1000 | 1010001 | 0 | 1100001 | 11 | 1101110 | 1011110 | 110010 |
Color Harmonies of #2FF808
Complementary color
Monochromatic Colors of #2FF808
Black with #2FF808
Text Example
Text Example
White with #2FF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF808; }
p { color: rgb(47,248,8); }
H1.HeaderClassName
{
color: #2FF808;
}
.AnyTagClassName
{
color: #2FF808;
}
</style>
background-color css
<style>
a { background-color: #2FF808; }
a { background-color: rgb(47,248,8); }
div.DivClassName
{
background-color: #2FF808;
}
.BgClassName
{
background-color: #2FF808;
}
</style>
border-color css
<style>
span { border-color: #2FF808; }
span { border-color: rgb(47,248,8); }
td.TdClassName
{
border-color: #2FF808;
}
.TagClassName
{
border-color: #2FF808;
}
</style>