Shades of Harlequin #2DF906
Tints of Harlequin #2DF906
RGB
CMYK
RGB Variations
Color information
#2DF906 (or 0x2DF906) is known color: Harlequin. HEX triplet: 2D, F9 and 06. RGB value is (45,249,6). Sum of RGB (Red+Green+Blue) = 45+249+6=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 249 (97.66% from 255 or 83% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF906 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF906 is #D206F9. Grayscale: #A1A1A1. Windows color (decimal): -13764346 or 457005. OLE color: 457005.
HSL color Cylindrical-coordinate representation of color #2DF906: hue angle of 110.37º degrees, saturation: 0.95, 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 #2DF906 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 6 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.02 |
| HSL | 110.37º | 0.95% | 0.5% | - |
| HSV(B) | 110.37º | 0.98% | 0.98% | - |
| XYZ | 34.99 | 68.32 | 11.52 | - |
| YUV | 160.3 | 40.91 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 6 | 0.82 | 0 | 0.98 | 0.02 | 110.37 | 0.95 | 0.5 |
| Hex | 2D | F9 | 6 | 52 | 0 | 62 | 2 | 6E | 5F | 32 |
| Octal | 55 | 371 | 6 | 122 | 0 | 142 | 2 | 156 | 137 | 62 |
| Binary | 101101 | 11111001 | 110 | 1010010 | 0 | 1100010 | 10 | 1101110 | 1011111 | 110010 |
Color Harmonies of #2DF906
Complementary color
Monochromatic Colors of #2DF906
Black with #2DF906
Text Example
Text Example
White with #2DF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF906; }
p { color: rgb(45,249,6); }
H1.HeaderClassName
{
color: #2DF906;
}
.AnyTagClassName
{
color: #2DF906;
}
</style>
background-color css
<style>
a { background-color: #2DF906; }
a { background-color: rgb(45,249,6); }
div.DivClassName
{
background-color: #2DF906;
}
.BgClassName
{
background-color: #2DF906;
}
</style>
border-color css
<style>
span { border-color: #2DF906; }
span { border-color: rgb(45,249,6); }
td.TdClassName
{
border-color: #2DF906;
}
.TagClassName
{
border-color: #2DF906;
}
</style>