Shades of Harlequin #2DDC07
Tints of Harlequin #2DDC07
RGB
CMYK
RGB Variations
Color information
#2DDC07 (or 0x2DDC07) is known color: Harlequin. HEX triplet: 2D, DC and 07. RGB value is (45,220,7). Sum of RGB (Red+Green+Blue) = 45+220+7=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC07 is #D223F8. Grayscale: #909090. Windows color (decimal): -13771769 or 515117. OLE color: 515117.
HSL color Cylindrical-coordinate representation of color #2DDC07: hue angle of 109.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DDC07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.14 |
| HSL | 109.3º | 0.94% | 0.45% | - |
| HSV(B) | 109.3º | 0.97% | 0.86% | - |
| XYZ | 26.71 | 51.76 | 8.78 | - |
| YUV | 143.39 | 51.02 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 7 | 0.80 | 0 | 0.97 | 0.14 | 109.3 | 0.94 | 0.45 |
| Hex | 2D | DC | 7 | 50 | 0 | 61 | E | 6D | 5E | 2D |
| Octal | 55 | 334 | 7 | 120 | 0 | 141 | 16 | 155 | 136 | 55 |
| Binary | 101101 | 11011100 | 111 | 1010000 | 0 | 1100001 | 1110 | 1101101 | 1011110 | 101101 |
Color Harmonies of #2DDC07
Complementary color
Monochromatic Colors of #2DDC07
Black with #2DDC07
Text Example
Text Example
White with #2DDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC07; }
p { color: rgb(45,220,7); }
H1.HeaderClassName
{
color: #2DDC07;
}
.AnyTagClassName
{
color: #2DDC07;
}
</style>
background-color css
<style>
a { background-color: #2DDC07; }
a { background-color: rgb(45,220,7); }
div.DivClassName
{
background-color: #2DDC07;
}
.BgClassName
{
background-color: #2DDC07;
}
</style>
border-color css
<style>
span { border-color: #2DDC07; }
span { border-color: rgb(45,220,7); }
td.TdClassName
{
border-color: #2DDC07;
}
.TagClassName
{
border-color: #2DDC07;
}
</style>