Shades of Dark Pastel Green #10D539
Tints of Dark Pastel Green #10D539
RGB
CMYK
RGB Variations
Color information
#10D539 (or 0x10D539) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 39. RGB value is (16,213,57). Sum of RGB (Red+Green+Blue) = 16+213+57=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 213 (83.59% from 255 or 74.48% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 213 - color contains mainly: green. Hex color #10D539 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D539 is #EF2AC6. Grayscale: #888888. Windows color (decimal): -15674055 or 3790096. OLE color: 3790096.
HSL color Cylindrical-coordinate representation of color #10D539: hue angle of 132.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D539 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 57 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.16 |
| HSL | 132.49º | 0.86% | 0.45% | - |
| HSV(B) | 132.49º | 0.92% | 0.84% | - |
| XYZ | 24.75 | 47.99 | 11.83 | - |
| YUV | 136.31 | 83.23 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 57 | 0.92 | 0 | 0.73 | 0.16 | 132.49 | 0.86 | 0.45 |
| Hex | 10 | D5 | 39 | 5C | 0 | 49 | 10 | 84 | 56 | 2D |
| Octal | 20 | 325 | 71 | 134 | 0 | 111 | 20 | 204 | 126 | 55 |
| Binary | 10000 | 11010101 | 111001 | 1011100 | 0 | 1001001 | 10000 | 10000100 | 1010110 | 101101 |
Color Harmonies of #10D539
Complementary color
Monochromatic Colors of #10D539
Black with #10D539
Text Example
Text Example
White with #10D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D539; }
p { color: rgb(16,213,57); }
H1.HeaderClassName
{
color: #10D539;
}
.AnyTagClassName
{
color: #10D539;
}
</style>
background-color css
<style>
a { background-color: #10D539; }
a { background-color: rgb(16,213,57); }
div.DivClassName
{
background-color: #10D539;
}
.BgClassName
{
background-color: #10D539;
}
</style>
border-color css
<style>
span { border-color: #10D539; }
span { border-color: rgb(16,213,57); }
td.TdClassName
{
border-color: #10D539;
}
.TagClassName
{
border-color: #10D539;
}
</style>