Shades of Dark Pastel Green #10DD2D
Tints of Dark Pastel Green #10DD2D
RGB
CMYK
RGB Variations
Color information
#10DD2D (or 0x10DD2D) is known color: Dark Pastel Green. HEX triplet: 10, DD and 2D. RGB value is (16,221,45). Sum of RGB (Red+Green+Blue) = 16+221+45=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD2D is #EF22D2. Grayscale: #8C8C8C. Windows color (decimal): -15672019 or 3005712. OLE color: 3005712.
HSL color Cylindrical-coordinate representation of color #10DD2D: hue angle of 128.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD2D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.13 |
| HSL | 128.49º | 0.86% | 0.46% | - |
| HSV(B) | 128.49º | 0.93% | 0.87% | - |
| XYZ | 26.54 | 52.01 | 11.12 | - |
| YUV | 139.64 | 74.58 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 45 | 0.93 | 0 | 0.80 | 0.13 | 128.49 | 0.86 | 0.46 |
| Hex | 10 | DD | 2D | 5D | 0 | 50 | D | 80 | 56 | 2E |
| Octal | 20 | 335 | 55 | 135 | 0 | 120 | 15 | 200 | 126 | 56 |
| Binary | 10000 | 11011101 | 101101 | 1011101 | 0 | 1010000 | 1101 | 10000000 | 1010110 | 101110 |
Color Harmonies of #10DD2D
Complementary color
Monochromatic Colors of #10DD2D
Black with #10DD2D
Text Example
Text Example
White with #10DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD2D; }
p { color: rgb(16,221,45); }
H1.HeaderClassName
{
color: #10DD2D;
}
.AnyTagClassName
{
color: #10DD2D;
}
</style>
background-color css
<style>
a { background-color: #10DD2D; }
a { background-color: rgb(16,221,45); }
div.DivClassName
{
background-color: #10DD2D;
}
.BgClassName
{
background-color: #10DD2D;
}
</style>
border-color css
<style>
span { border-color: #10DD2D; }
span { border-color: rgb(16,221,45); }
td.TdClassName
{
border-color: #10DD2D;
}
.TagClassName
{
border-color: #10DD2D;
}
</style>