Shades of Dark Pastel Green #15BC50
Tints of Dark Pastel Green #15BC50
RGB
CMYK
RGB Variations
Color information
#15BC50 (or 0x15BC50) is known color: Dark Pastel Green. HEX triplet: 15, BC and 50. RGB value is (21,188,80). Sum of RGB (Red+Green+Blue) = 21+188+80=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC50 is #EA43AF. Grayscale: #7E7E7E. Windows color (decimal): -15352752 or 5291029. OLE color: 5291029.
HSL color Cylindrical-coordinate representation of color #15BC50: hue angle of 141.2º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC50 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 80 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.26 |
| HSL | 141.2º | 0.8% | 0.41% | - |
| HSV(B) | 141.2º | 0.89% | 0.74% | - |
| XYZ | 19.74 | 36.71 | 13.63 | - |
| YUV | 125.76 | 102.17 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 80 | 0.89 | 0 | 0.57 | 0.26 | 141.2 | 0.8 | 0.41 |
| Hex | 15 | BC | 50 | 59 | 0 | 39 | 1A | 8D | 50 | 29 |
| Octal | 25 | 274 | 120 | 131 | 0 | 71 | 32 | 215 | 120 | 51 |
| Binary | 10101 | 10111100 | 1010000 | 1011001 | 0 | 111001 | 11010 | 10001101 | 1010000 | 101001 |
Color Harmonies of #15BC50
Complementary color
Monochromatic Colors of #15BC50
Black with #15BC50
Text Example
Text Example
White with #15BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC50; }
p { color: rgb(21,188,80); }
H1.HeaderClassName
{
color: #15BC50;
}
.AnyTagClassName
{
color: #15BC50;
}
</style>
background-color css
<style>
a { background-color: #15BC50; }
a { background-color: rgb(21,188,80); }
div.DivClassName
{
background-color: #15BC50;
}
.BgClassName
{
background-color: #15BC50;
}
</style>
border-color css
<style>
span { border-color: #15BC50; }
span { border-color: rgb(21,188,80); }
td.TdClassName
{
border-color: #15BC50;
}
.TagClassName
{
border-color: #15BC50;
}
</style>