Shades of Harlequin #2DDC05
Tints of Harlequin #2DDC05
RGB
CMYK
RGB Variations
Color information
#2DDC05 (or 0x2DDC05) is known color: Harlequin. HEX triplet: 2D, DC and 05. RGB value is (45,220,5). Sum of RGB (Red+Green+Blue) = 45+220+5=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC05 is #D223FA. Grayscale: #8F8F8F. Windows color (decimal): -13771771 or 384045. OLE color: 384045.
HSL color Cylindrical-coordinate representation of color #2DDC05: hue angle of 108.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DDC05 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.14 |
| HSL | 108.84º | 0.96% | 0.44% | - |
| HSV(B) | 108.84º | 0.98% | 0.86% | - |
| XYZ | 26.7 | 51.76 | 8.73 | - |
| YUV | 143.17 | 50.02 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 5 | 0.80 | 0 | 0.98 | 0.14 | 108.84 | 0.96 | 0.44 |
| Hex | 2D | DC | 5 | 50 | 0 | 62 | E | 6D | 60 | 2C |
| Octal | 55 | 334 | 5 | 120 | 0 | 142 | 16 | 155 | 140 | 54 |
| Binary | 101101 | 11011100 | 101 | 1010000 | 0 | 1100010 | 1110 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2DDC05
Complementary color
Monochromatic Colors of #2DDC05
Black with #2DDC05
Text Example
Text Example
White with #2DDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC05; }
p { color: rgb(45,220,5); }
H1.HeaderClassName
{
color: #2DDC05;
}
.AnyTagClassName
{
color: #2DDC05;
}
</style>
background-color css
<style>
a { background-color: #2DDC05; }
a { background-color: rgb(45,220,5); }
div.DivClassName
{
background-color: #2DDC05;
}
.BgClassName
{
background-color: #2DDC05;
}
</style>
border-color css
<style>
span { border-color: #2DDC05; }
span { border-color: rgb(45,220,5); }
td.TdClassName
{
border-color: #2DDC05;
}
.TagClassName
{
border-color: #2DDC05;
}
</style>