Shades of Harlequin #2FF905
Tints of Harlequin #2FF905
RGB
CMYK
RGB Variations
Color information
#2FF905 (or 0x2FF905) is known color: Harlequin. HEX triplet: 2F, F9 and 05. RGB value is (47,249,5). Sum of RGB (Red+Green+Blue) = 47+249+5=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 249 (97.66% from 255 or 82.72% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF905 is #D006FA. Grayscale: #A1A1A1. Windows color (decimal): -13633275 or 391471. OLE color: 391471.
HSL color Cylindrical-coordinate representation of color #2FF905: hue angle of 109.67º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FF905 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.02 |
| HSL | 109.67º | 0.96% | 0.5% | - |
| HSV(B) | 109.67º | 0.98% | 0.98% | - |
| XYZ | 35.08 | 68.37 | 11.49 | - |
| YUV | 160.79 | 40.08 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 5 | 0.81 | 0 | 0.98 | 0.02 | 109.67 | 0.96 | 0.5 |
| Hex | 2F | F9 | 5 | 51 | 0 | 62 | 2 | 6E | 60 | 32 |
| Octal | 57 | 371 | 5 | 121 | 0 | 142 | 2 | 156 | 140 | 62 |
| Binary | 101111 | 11111001 | 101 | 1010001 | 0 | 1100010 | 10 | 1101110 | 1100000 | 110010 |
Color Harmonies of #2FF905
Complementary color
Monochromatic Colors of #2FF905
Black with #2FF905
Text Example
Text Example
White with #2FF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF905; }
p { color: rgb(47,249,5); }
H1.HeaderClassName
{
color: #2FF905;
}
.AnyTagClassName
{
color: #2FF905;
}
</style>
background-color css
<style>
a { background-color: #2FF905; }
a { background-color: rgb(47,249,5); }
div.DivClassName
{
background-color: #2FF905;
}
.BgClassName
{
background-color: #2FF905;
}
</style>
border-color css
<style>
span { border-color: #2FF905; }
span { border-color: rgb(47,249,5); }
td.TdClassName
{
border-color: #2FF905;
}
.TagClassName
{
border-color: #2FF905;
}
</style>