Shades of Dark Pastel Green #10BD53
Tints of Dark Pastel Green #10BD53
RGB
CMYK
RGB Variations
Color information
#10BD53 (or 0x10BD53) is known color: Dark Pastel Green. HEX triplet: 10, BD and 53. RGB value is (16,189,83). Sum of RGB (Red+Green+Blue) = 16+189+83=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD53 is #EF42AC. Grayscale: #7D7D7D. Windows color (decimal): -15680173 or 5487888. OLE color: 5487888.
HSL color Cylindrical-coordinate representation of color #10BD53: hue angle of 143.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD53 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 83 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.26 |
| HSL | 143.24º | 0.84% | 0.4% | - |
| HSV(B) | 143.24º | 0.92% | 0.74% | - |
| XYZ | 19.97 | 37.13 | 14.3 | - |
| YUV | 125.19 | 104.19 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 83 | 0.92 | 0 | 0.56 | 0.26 | 143.24 | 0.84 | 0.4 |
| Hex | 10 | BD | 53 | 5C | 0 | 38 | 1A | 8F | 54 | 28 |
| Octal | 20 | 275 | 123 | 134 | 0 | 70 | 32 | 217 | 124 | 50 |
| Binary | 10000 | 10111101 | 1010011 | 1011100 | 0 | 111000 | 11010 | 10001111 | 1010100 | 101000 |
Color Harmonies of #10BD53
Complementary color
Monochromatic Colors of #10BD53
Black with #10BD53
Text Example
Text Example
White with #10BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD53; }
p { color: rgb(16,189,83); }
H1.HeaderClassName
{
color: #10BD53;
}
.AnyTagClassName
{
color: #10BD53;
}
</style>
background-color css
<style>
a { background-color: #10BD53; }
a { background-color: rgb(16,189,83); }
div.DivClassName
{
background-color: #10BD53;
}
.BgClassName
{
background-color: #10BD53;
}
</style>
border-color css
<style>
span { border-color: #10BD53; }
span { border-color: rgb(16,189,83); }
td.TdClassName
{
border-color: #10BD53;
}
.TagClassName
{
border-color: #10BD53;
}
</style>