Shades of Harlequin #2DD906
Tints of Harlequin #2DD906
RGB
CMYK
RGB Variations
Color information
#2DD906 (or 0x2DD906) is known color: Harlequin. HEX triplet: 2D, D9 and 06. RGB value is (45,217,6). Sum of RGB (Red+Green+Blue) = 45+217+6=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD906 is #D226F9. Grayscale: #8E8E8E. Windows color (decimal): -13772538 or 448813. OLE color: 448813.
HSL color Cylindrical-coordinate representation of color #2DD906: hue angle of 108.91º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DD906 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 6 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.15 |
| HSL | 108.91º | 0.95% | 0.44% | - |
| HSV(B) | 108.91º | 0.97% | 0.85% | - |
| XYZ | 25.93 | 50.2 | 8.49 | - |
| YUV | 141.52 | 51.52 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 6 | 0.79 | 0 | 0.97 | 0.15 | 108.91 | 0.95 | 0.44 |
| Hex | 2D | D9 | 6 | 4F | 0 | 61 | F | 6D | 5F | 2C |
| Octal | 55 | 331 | 6 | 117 | 0 | 141 | 17 | 155 | 137 | 54 |
| Binary | 101101 | 11011001 | 110 | 1001111 | 0 | 1100001 | 1111 | 1101101 | 1011111 | 101100 |
Color Harmonies of #2DD906
Complementary color
Monochromatic Colors of #2DD906
Black with #2DD906
Text Example
Text Example
White with #2DD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD906; }
p { color: rgb(45,217,6); }
H1.HeaderClassName
{
color: #2DD906;
}
.AnyTagClassName
{
color: #2DD906;
}
</style>
background-color css
<style>
a { background-color: #2DD906; }
a { background-color: rgb(45,217,6); }
div.DivClassName
{
background-color: #2DD906;
}
.BgClassName
{
background-color: #2DD906;
}
</style>
border-color css
<style>
span { border-color: #2DD906; }
span { border-color: rgb(45,217,6); }
td.TdClassName
{
border-color: #2DD906;
}
.TagClassName
{
border-color: #2DD906;
}
</style>