Shades of Dark Pastel Green #10DE2D
Tints of Dark Pastel Green #10DE2D
RGB
CMYK
RGB Variations
Color information
#10DE2D (or 0x10DE2D) is known color: Dark Pastel Green. HEX triplet: 10, DE and 2D. RGB value is (16,222,45). Sum of RGB (Red+Green+Blue) = 16+222+45=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DE2D is #EF21D2. Grayscale: #8C8C8C. Windows color (decimal): -15671763 or 3005968. OLE color: 3005968.
HSL color Cylindrical-coordinate representation of color #10DE2D: hue angle of 128.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE2D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.13 |
| HSL | 128.45º | 0.87% | 0.47% | - |
| HSV(B) | 128.45º | 0.93% | 0.87% | - |
| XYZ | 26.81 | 52.54 | 11.21 | - |
| YUV | 140.23 | 74.25 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 45 | 0.93 | 0 | 0.80 | 0.13 | 128.45 | 0.87 | 0.47 |
| Hex | 10 | DE | 2D | 5D | 0 | 50 | D | 80 | 57 | 2F |
| Octal | 20 | 336 | 55 | 135 | 0 | 120 | 15 | 200 | 127 | 57 |
| Binary | 10000 | 11011110 | 101101 | 1011101 | 0 | 1010000 | 1101 | 10000000 | 1010111 | 101111 |
Color Harmonies of #10DE2D
Complementary color
Monochromatic Colors of #10DE2D
Black with #10DE2D
Text Example
Text Example
White with #10DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DE2D; }
p { color: rgb(16,222,45); }
H1.HeaderClassName
{
color: #10DE2D;
}
.AnyTagClassName
{
color: #10DE2D;
}
</style>
background-color css
<style>
a { background-color: #10DE2D; }
a { background-color: rgb(16,222,45); }
div.DivClassName
{
background-color: #10DE2D;
}
.BgClassName
{
background-color: #10DE2D;
}
</style>
border-color css
<style>
span { border-color: #10DE2D; }
span { border-color: rgb(16,222,45); }
td.TdClassName
{
border-color: #10DE2D;
}
.TagClassName
{
border-color: #10DE2D;
}
</style>