Shades of Harlequin #2FF509
Tints of Harlequin #2FF509
RGB
CMYK
RGB Variations
Color information
#2FF509 (or 0x2FF509) is known color: Harlequin. HEX triplet: 2F, F5 and 09. RGB value is (47,245,9). Sum of RGB (Red+Green+Blue) = 47+245+9=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 245 (96.09% from 255 or 81.40% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF509 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF509 is #D00AF6. Grayscale: #9F9F9F. Windows color (decimal): -13634295 or 652591. OLE color: 652591.
HSL color Cylindrical-coordinate representation of color #2FF509: hue angle of 110.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FF509 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 9 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.04 |
| HSL | 110.34º | 0.93% | 0.5% | - |
| HSV(B) | 110.34º | 0.96% | 0.96% | - |
| XYZ | 33.87 | 65.93 | 11.2 | - |
| YUV | 158.89 | 43.4 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 9 | 0.81 | 0 | 0.96 | 0.04 | 110.34 | 0.93 | 0.5 |
| Hex | 2F | F5 | 9 | 51 | 0 | 60 | 4 | 6E | 5D | 32 |
| Octal | 57 | 365 | 11 | 121 | 0 | 140 | 4 | 156 | 135 | 62 |
| Binary | 101111 | 11110101 | 1001 | 1010001 | 0 | 1100000 | 100 | 1101110 | 1011101 | 110010 |
Color Harmonies of #2FF509
Complementary color
Monochromatic Colors of #2FF509
Black with #2FF509
Text Example
Text Example
White with #2FF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF509; }
p { color: rgb(47,245,9); }
H1.HeaderClassName
{
color: #2FF509;
}
.AnyTagClassName
{
color: #2FF509;
}
</style>
background-color css
<style>
a { background-color: #2FF509; }
a { background-color: rgb(47,245,9); }
div.DivClassName
{
background-color: #2FF509;
}
.BgClassName
{
background-color: #2FF509;
}
</style>
border-color css
<style>
span { border-color: #2FF509; }
span { border-color: rgb(47,245,9); }
td.TdClassName
{
border-color: #2FF509;
}
.TagClassName
{
border-color: #2FF509;
}
</style>