Shades of Harlequin #2DD908
Tints of Harlequin #2DD908
RGB
CMYK
RGB Variations
Color information
#2DD908 (or 0x2DD908) is known color: Harlequin. HEX triplet: 2D, D9 and 08. RGB value is (45,217,8). Sum of RGB (Red+Green+Blue) = 45+217+8=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD908 is #D226F7. Grayscale: #8E8E8E. Windows color (decimal): -13772536 or 579885. OLE color: 579885.
HSL color Cylindrical-coordinate representation of color #2DD908: hue angle of 109.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD908 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.15 |
| HSL | 109.38º | 0.93% | 0.44% | - |
| HSV(B) | 109.38º | 0.96% | 0.85% | - |
| XYZ | 25.94 | 50.2 | 8.55 | - |
| YUV | 141.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 8 | 0.79 | 0 | 0.96 | 0.15 | 109.38 | 0.93 | 0.44 |
| Hex | 2D | D9 | 8 | 4F | 0 | 60 | F | 6D | 5D | 2C |
| Octal | 55 | 331 | 10 | 117 | 0 | 140 | 17 | 155 | 135 | 54 |
| Binary | 101101 | 11011001 | 1000 | 1001111 | 0 | 1100000 | 1111 | 1101101 | 1011101 | 101100 |
Color Harmonies of #2DD908
Complementary color
Monochromatic Colors of #2DD908
Black with #2DD908
Text Example
Text Example
White with #2DD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD908; }
p { color: rgb(45,217,8); }
H1.HeaderClassName
{
color: #2DD908;
}
.AnyTagClassName
{
color: #2DD908;
}
</style>
background-color css
<style>
a { background-color: #2DD908; }
a { background-color: rgb(45,217,8); }
div.DivClassName
{
background-color: #2DD908;
}
.BgClassName
{
background-color: #2DD908;
}
</style>
border-color css
<style>
span { border-color: #2DD908; }
span { border-color: rgb(45,217,8); }
td.TdClassName
{
border-color: #2DD908;
}
.TagClassName
{
border-color: #2DD908;
}
</style>