Shades of Dark Pastel Green #10BD50
Tints of Dark Pastel Green #10BD50
RGB
CMYK
RGB Variations
Color information
#10BD50 (or 0x10BD50) is known color: Dark Pastel Green. HEX triplet: 10, BD and 50. RGB value is (16,189,80). Sum of RGB (Red+Green+Blue) = 16+189+80=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD50 is #EF42AF. Grayscale: #7D7D7D. Windows color (decimal): -15680176 or 5291280. OLE color: 5291280.
HSL color Cylindrical-coordinate representation of color #10BD50: hue angle of 142.2º 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 #10BD50 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 80 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.26 |
| HSL | 142.2º | 0.84% | 0.4% | - |
| HSV(B) | 142.2º | 0.92% | 0.74% | - |
| XYZ | 19.86 | 37.08 | 13.7 | - |
| YUV | 124.85 | 102.69 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 80 | 0.92 | 0 | 0.58 | 0.26 | 142.2 | 0.84 | 0.4 |
| Hex | 10 | BD | 50 | 5C | 0 | 3A | 1A | 8E | 54 | 28 |
| Octal | 20 | 275 | 120 | 134 | 0 | 72 | 32 | 216 | 124 | 50 |
| Binary | 10000 | 10111101 | 1010000 | 1011100 | 0 | 111010 | 11010 | 10001110 | 1010100 | 101000 |
Color Harmonies of #10BD50
Complementary color
Monochromatic Colors of #10BD50
Black with #10BD50
Text Example
Text Example
White with #10BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD50; }
p { color: rgb(16,189,80); }
H1.HeaderClassName
{
color: #10BD50;
}
.AnyTagClassName
{
color: #10BD50;
}
</style>
background-color css
<style>
a { background-color: #10BD50; }
a { background-color: rgb(16,189,80); }
div.DivClassName
{
background-color: #10BD50;
}
.BgClassName
{
background-color: #10BD50;
}
</style>
border-color css
<style>
span { border-color: #10BD50; }
span { border-color: rgb(16,189,80); }
td.TdClassName
{
border-color: #10BD50;
}
.TagClassName
{
border-color: #10BD50;
}
</style>