Shades of Harlequin #2DF709
Tints of Harlequin #2DF709
RGB
CMYK
RGB Variations
Color information
#2DF709 (or 0x2DF709) is known color: Harlequin. HEX triplet: 2D, F7 and 09. RGB value is (45,247,9). Sum of RGB (Red+Green+Blue) = 45+247+9=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF709 is #D208F6. Grayscale: #A0A0A0. Windows color (decimal): -13764855 or 653101. OLE color: 653101.
HSL color Cylindrical-coordinate representation of color #2DF709: hue angle of 110.92º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DF709 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.03 |
| HSL | 110.92º | 0.94% | 0.5% | - |
| HSV(B) | 110.92º | 0.96% | 0.97% | - |
| XYZ | 34.39 | 67.1 | 11.4 | - |
| YUV | 159.47 | 43.08 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 9 | 0.82 | 0 | 0.96 | 0.03 | 110.92 | 0.94 | 0.5 |
| Hex | 2D | F7 | 9 | 52 | 0 | 60 | 3 | 6F | 5E | 32 |
| Octal | 55 | 367 | 11 | 122 | 0 | 140 | 3 | 157 | 136 | 62 |
| Binary | 101101 | 11110111 | 1001 | 1010010 | 0 | 1100000 | 11 | 1101111 | 1011110 | 110010 |
Color Harmonies of #2DF709
Complementary color
Monochromatic Colors of #2DF709
Black with #2DF709
Text Example
Text Example
White with #2DF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF709; }
p { color: rgb(45,247,9); }
H1.HeaderClassName
{
color: #2DF709;
}
.AnyTagClassName
{
color: #2DF709;
}
</style>
background-color css
<style>
a { background-color: #2DF709; }
a { background-color: rgb(45,247,9); }
div.DivClassName
{
background-color: #2DF709;
}
.BgClassName
{
background-color: #2DF709;
}
</style>
border-color css
<style>
span { border-color: #2DF709; }
span { border-color: rgb(45,247,9); }
td.TdClassName
{
border-color: #2DF709;
}
.TagClassName
{
border-color: #2DF709;
}
</style>