Shades of Harlequin #2DDD06
Tints of Harlequin #2DDD06
RGB
CMYK
RGB Variations
Color information
#2DDD06 (or 0x2DDD06) is known color: Harlequin. HEX triplet: 2D, DD and 06. RGB value is (45,221,6). Sum of RGB (Red+Green+Blue) = 45+221+6=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD06 is #D222F9. Grayscale: #909090. Windows color (decimal): -13771514 or 449837. OLE color: 449837.
HSL color Cylindrical-coordinate representation of color #2DDD06: hue angle of 109.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DDD06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.13 |
| HSL | 109.12º | 0.95% | 0.45% | - |
| HSV(B) | 109.12º | 0.97% | 0.87% | - |
| XYZ | 26.97 | 52.28 | 8.84 | - |
| YUV | 143.87 | 50.19 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 6 | 0.80 | 0 | 0.97 | 0.13 | 109.12 | 0.95 | 0.45 |
| Hex | 2D | DD | 6 | 50 | 0 | 61 | D | 6D | 5F | 2D |
| Octal | 55 | 335 | 6 | 120 | 0 | 141 | 15 | 155 | 137 | 55 |
| Binary | 101101 | 11011101 | 110 | 1010000 | 0 | 1100001 | 1101 | 1101101 | 1011111 | 101101 |
Color Harmonies of #2DDD06
Complementary color
Monochromatic Colors of #2DDD06
Black with #2DDD06
Text Example
Text Example
White with #2DDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD06; }
p { color: rgb(45,221,6); }
H1.HeaderClassName
{
color: #2DDD06;
}
.AnyTagClassName
{
color: #2DDD06;
}
</style>
background-color css
<style>
a { background-color: #2DDD06; }
a { background-color: rgb(45,221,6); }
div.DivClassName
{
background-color: #2DDD06;
}
.BgClassName
{
background-color: #2DDD06;
}
</style>
border-color css
<style>
span { border-color: #2DDD06; }
span { border-color: rgb(45,221,6); }
td.TdClassName
{
border-color: #2DDD06;
}
.TagClassName
{
border-color: #2DDD06;
}
</style>