Shades of Harlequin #2FE705
Tints of Harlequin #2FE705
RGB
CMYK
RGB Variations
Color information
#2FE705 (or 0x2FE705) is known color: Harlequin. HEX triplet: 2F, E7 and 05. RGB value is (47,231,5). Sum of RGB (Red+Green+Blue) = 47+231+5=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 231 (90.62% from 255 or 81.63% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE705 is #D018FA. Grayscale: #969696. Windows color (decimal): -13637883 or 386863. OLE color: 386863.
HSL color Cylindrical-coordinate representation of color #2FE705: hue angle of 108.85º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FE705 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.09 |
| HSL | 108.85º | 0.96% | 0.46% | - |
| HSV(B) | 108.85º | 0.98% | 0.91% | - |
| XYZ | 29.78 | 57.77 | 9.72 | - |
| YUV | 150.22 | 46.04 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 5 | 0.80 | 0 | 0.98 | 0.09 | 108.85 | 0.96 | 0.46 |
| Hex | 2F | E7 | 5 | 50 | 0 | 62 | 9 | 6D | 60 | 2E |
| Octal | 57 | 347 | 5 | 120 | 0 | 142 | 11 | 155 | 140 | 56 |
| Binary | 101111 | 11100111 | 101 | 1010000 | 0 | 1100010 | 1001 | 1101101 | 1100000 | 101110 |
Color Harmonies of #2FE705
Complementary color
Monochromatic Colors of #2FE705
Black with #2FE705
Text Example
Text Example
White with #2FE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE705; }
p { color: rgb(47,231,5); }
H1.HeaderClassName
{
color: #2FE705;
}
.AnyTagClassName
{
color: #2FE705;
}
</style>
background-color css
<style>
a { background-color: #2FE705; }
a { background-color: rgb(47,231,5); }
div.DivClassName
{
background-color: #2FE705;
}
.BgClassName
{
background-color: #2FE705;
}
</style>
border-color css
<style>
span { border-color: #2FE705; }
span { border-color: rgb(47,231,5); }
td.TdClassName
{
border-color: #2FE705;
}
.TagClassName
{
border-color: #2FE705;
}
</style>