Shades of Dark Pastel Green #15BC53
Tints of Dark Pastel Green #15BC53
RGB
CMYK
RGB Variations
Color information
#15BC53 (or 0x15BC53) is known color: Dark Pastel Green. HEX triplet: 15, BC and 53. RGB value is (21,188,83). Sum of RGB (Red+Green+Blue) = 21+188+83=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC53 is #EA43AC. Grayscale: #7E7E7E. Windows color (decimal): -15352749 or 5487637. OLE color: 5487637.
HSL color Cylindrical-coordinate representation of color #15BC53: hue angle of 142.28º 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 #15BC53 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 83 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.26 |
| HSL | 142.28º | 0.8% | 0.41% | - |
| HSV(B) | 142.28º | 0.89% | 0.74% | - |
| XYZ | 19.85 | 36.75 | 14.23 | - |
| YUV | 126.1 | 103.67 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 83 | 0.89 | 0 | 0.56 | 0.26 | 142.28 | 0.8 | 0.41 |
| Hex | 15 | BC | 53 | 59 | 0 | 38 | 1A | 8E | 50 | 29 |
| Octal | 25 | 274 | 123 | 131 | 0 | 70 | 32 | 216 | 120 | 51 |
| Binary | 10101 | 10111100 | 1010011 | 1011001 | 0 | 111000 | 11010 | 10001110 | 1010000 | 101001 |
Color Harmonies of #15BC53
Complementary color
Monochromatic Colors of #15BC53
Black with #15BC53
Text Example
Text Example
White with #15BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC53; }
p { color: rgb(21,188,83); }
H1.HeaderClassName
{
color: #15BC53;
}
.AnyTagClassName
{
color: #15BC53;
}
</style>
background-color css
<style>
a { background-color: #15BC53; }
a { background-color: rgb(21,188,83); }
div.DivClassName
{
background-color: #15BC53;
}
.BgClassName
{
background-color: #15BC53;
}
</style>
border-color css
<style>
span { border-color: #15BC53; }
span { border-color: rgb(21,188,83); }
td.TdClassName
{
border-color: #15BC53;
}
.TagClassName
{
border-color: #15BC53;
}
</style>