Shades of Harlequin #2DDC06
Tints of Harlequin #2DDC06
RGB
CMYK
RGB Variations
Color information
#2DDC06 (or 0x2DDC06) is known color: Harlequin. HEX triplet: 2D, DC and 06. RGB value is (45,220,6). Sum of RGB (Red+Green+Blue) = 45+220+6=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC06 is #D223F9. Grayscale: #8F8F8F. Windows color (decimal): -13771770 or 449581. OLE color: 449581.
HSL color Cylindrical-coordinate representation of color #2DDC06: hue angle of 109.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DDC06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.14 |
| HSL | 109.07º | 0.95% | 0.44% | - |
| HSV(B) | 109.07º | 0.97% | 0.86% | - |
| XYZ | 26.71 | 51.76 | 8.75 | - |
| YUV | 143.28 | 50.52 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 6 | 0.80 | 0 | 0.97 | 0.14 | 109.07 | 0.95 | 0.44 |
| Hex | 2D | DC | 6 | 50 | 0 | 61 | E | 6D | 5F | 2C |
| Octal | 55 | 334 | 6 | 120 | 0 | 141 | 16 | 155 | 137 | 54 |
| Binary | 101101 | 11011100 | 110 | 1010000 | 0 | 1100001 | 1110 | 1101101 | 1011111 | 101100 |
Color Harmonies of #2DDC06
Complementary color
Monochromatic Colors of #2DDC06
Black with #2DDC06
Text Example
Text Example
White with #2DDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC06; }
p { color: rgb(45,220,6); }
H1.HeaderClassName
{
color: #2DDC06;
}
.AnyTagClassName
{
color: #2DDC06;
}
</style>
background-color css
<style>
a { background-color: #2DDC06; }
a { background-color: rgb(45,220,6); }
div.DivClassName
{
background-color: #2DDC06;
}
.BgClassName
{
background-color: #2DDC06;
}
</style>
border-color css
<style>
span { border-color: #2DDC06; }
span { border-color: rgb(45,220,6); }
td.TdClassName
{
border-color: #2DDC06;
}
.TagClassName
{
border-color: #2DDC06;
}
</style>