Shades of Dark Pastel Green #15BC25
Tints of Dark Pastel Green #15BC25
RGB
CMYK
RGB Variations
Color information
#15BC25 (or 0x15BC25) is known color: Dark Pastel Green. HEX triplet: 15, BC and 25. RGB value is (21,188,37). Sum of RGB (Red+Green+Blue) = 21+188+37=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC25 is #EA43DA. Grayscale: #797979. Windows color (decimal): -15352795 or 2472981. OLE color: 2472981.
HSL color Cylindrical-coordinate representation of color #15BC25: hue angle of 125.75º 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 #15BC25 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 37 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.26 |
| HSL | 125.75º | 0.8% | 0.41% | - |
| HSV(B) | 125.75º | 0.89% | 0.74% | - |
| XYZ | 18.63 | 36.26 | 7.77 | - |
| YUV | 120.85 | 80.67 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 37 | 0.89 | 0 | 0.80 | 0.26 | 125.75 | 0.8 | 0.41 |
| Hex | 15 | BC | 25 | 59 | 0 | 50 | 1A | 7E | 50 | 29 |
| Octal | 25 | 274 | 45 | 131 | 0 | 120 | 32 | 176 | 120 | 51 |
| Binary | 10101 | 10111100 | 100101 | 1011001 | 0 | 1010000 | 11010 | 1111110 | 1010000 | 101001 |
Color Harmonies of #15BC25
Complementary color
Monochromatic Colors of #15BC25
Black with #15BC25
Text Example
Text Example
White with #15BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC25; }
p { color: rgb(21,188,37); }
H1.HeaderClassName
{
color: #15BC25;
}
.AnyTagClassName
{
color: #15BC25;
}
</style>
background-color css
<style>
a { background-color: #15BC25; }
a { background-color: rgb(21,188,37); }
div.DivClassName
{
background-color: #15BC25;
}
.BgClassName
{
background-color: #15BC25;
}
</style>
border-color css
<style>
span { border-color: #15BC25; }
span { border-color: rgb(21,188,37); }
td.TdClassName
{
border-color: #15BC25;
}
.TagClassName
{
border-color: #15BC25;
}
</style>