Shades of Harlequin #2DD708
Tints of Harlequin #2DD708
RGB
CMYK
RGB Variations
Color information
#2DD708 (or 0x2DD708) is known color: Harlequin. HEX triplet: 2D, D7 and 08. RGB value is (45,215,8). Sum of RGB (Red+Green+Blue) = 45+215+8=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD708 is #D228F7. Grayscale: #8D8D8D. Windows color (decimal): -13773048 or 579373. OLE color: 579373.
HSL color Cylindrical-coordinate representation of color #2DD708: hue angle of 109.28º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD708 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.16 |
| HSL | 109.28º | 0.93% | 0.44% | - |
| HSV(B) | 109.28º | 0.96% | 0.84% | - |
| XYZ | 25.43 | 49.18 | 8.38 | - |
| YUV | 140.57 | 53.18 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 8 | 0.79 | 0 | 0.96 | 0.16 | 109.28 | 0.93 | 0.44 |
| Hex | 2D | D7 | 8 | 4F | 0 | 60 | 10 | 6D | 5D | 2C |
| Octal | 55 | 327 | 10 | 117 | 0 | 140 | 20 | 155 | 135 | 54 |
| Binary | 101101 | 11010111 | 1000 | 1001111 | 0 | 1100000 | 10000 | 1101101 | 1011101 | 101100 |
Color Harmonies of #2DD708
Complementary color
Monochromatic Colors of #2DD708
Black with #2DD708
Text Example
Text Example
White with #2DD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD708; }
p { color: rgb(45,215,8); }
H1.HeaderClassName
{
color: #2DD708;
}
.AnyTagClassName
{
color: #2DD708;
}
</style>
background-color css
<style>
a { background-color: #2DD708; }
a { background-color: rgb(45,215,8); }
div.DivClassName
{
background-color: #2DD708;
}
.BgClassName
{
background-color: #2DD708;
}
</style>
border-color css
<style>
span { border-color: #2DD708; }
span { border-color: rgb(45,215,8); }
td.TdClassName
{
border-color: #2DD708;
}
.TagClassName
{
border-color: #2DD708;
}
</style>