Shades of Harlequin #2DD905
Tints of Harlequin #2DD905
RGB
CMYK
RGB Variations
Color information
#2DD905 (or 0x2DD905) is known color: Harlequin. HEX triplet: 2D, D9 and 05. RGB value is (45,217,5). Sum of RGB (Red+Green+Blue) = 45+217+5=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD905 is #D226FA. Grayscale: #8E8E8E. Windows color (decimal): -13772539 or 383277. OLE color: 383277.
HSL color Cylindrical-coordinate representation of color #2DD905: hue angle of 108.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DD905 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.15 |
| HSL | 108.68º | 0.95% | 0.44% | - |
| HSV(B) | 108.68º | 0.98% | 0.85% | - |
| XYZ | 25.92 | 50.19 | 8.47 | - |
| YUV | 141.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 5 | 0.79 | 0 | 0.98 | 0.15 | 108.68 | 0.95 | 0.44 |
| Hex | 2D | D9 | 5 | 4F | 0 | 62 | F | 6D | 5F | 2C |
| Octal | 55 | 331 | 5 | 117 | 0 | 142 | 17 | 155 | 137 | 54 |
| Binary | 101101 | 11011001 | 101 | 1001111 | 0 | 1100010 | 1111 | 1101101 | 1011111 | 101100 |
Color Harmonies of #2DD905
Complementary color
Monochromatic Colors of #2DD905
Black with #2DD905
Text Example
Text Example
White with #2DD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD905; }
p { color: rgb(45,217,5); }
H1.HeaderClassName
{
color: #2DD905;
}
.AnyTagClassName
{
color: #2DD905;
}
</style>
background-color css
<style>
a { background-color: #2DD905; }
a { background-color: rgb(45,217,5); }
div.DivClassName
{
background-color: #2DD905;
}
.BgClassName
{
background-color: #2DD905;
}
</style>
border-color css
<style>
span { border-color: #2DD905; }
span { border-color: rgb(45,217,5); }
td.TdClassName
{
border-color: #2DD905;
}
.TagClassName
{
border-color: #2DD905;
}
</style>