Shades of Harlequin #2FF805
Tints of Harlequin #2FF805
RGB
CMYK
RGB Variations
Color information
#2FF805 (or 0x2FF805) is known color: Harlequin. HEX triplet: 2F, F8 and 05. RGB value is (47,248,5). Sum of RGB (Red+Green+Blue) = 47+248+5=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 248 (97.27% from 255 or 82.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF805 is #D007FA. Grayscale: #A0A0A0. Windows color (decimal): -13633531 or 391215. OLE color: 391215.
HSL color Cylindrical-coordinate representation of color #2FF805: hue angle of 109.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FF805 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.03 |
| HSL | 109.63º | 0.96% | 0.5% | - |
| HSV(B) | 109.63º | 0.98% | 0.97% | - |
| XYZ | 34.77 | 67.75 | 11.39 | - |
| YUV | 160.2 | 40.41 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 5 | 0.81 | 0 | 0.98 | 0.03 | 109.63 | 0.96 | 0.5 |
| Hex | 2F | F8 | 5 | 51 | 0 | 62 | 3 | 6E | 60 | 32 |
| Octal | 57 | 370 | 5 | 121 | 0 | 142 | 3 | 156 | 140 | 62 |
| Binary | 101111 | 11111000 | 101 | 1010001 | 0 | 1100010 | 11 | 1101110 | 1100000 | 110010 |
Color Harmonies of #2FF805
Complementary color
Monochromatic Colors of #2FF805
Black with #2FF805
Text Example
Text Example
White with #2FF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF805; }
p { color: rgb(47,248,5); }
H1.HeaderClassName
{
color: #2FF805;
}
.AnyTagClassName
{
color: #2FF805;
}
</style>
background-color css
<style>
a { background-color: #2FF805; }
a { background-color: rgb(47,248,5); }
div.DivClassName
{
background-color: #2FF805;
}
.BgClassName
{
background-color: #2FF805;
}
</style>
border-color css
<style>
span { border-color: #2FF805; }
span { border-color: rgb(47,248,5); }
td.TdClassName
{
border-color: #2FF805;
}
.TagClassName
{
border-color: #2FF805;
}
</style>