Shades of Dark Pastel Green #13BB4E
Tints of Dark Pastel Green #13BB4E
RGB
CMYK
RGB Variations
Color information
#13BB4E (or 0x13BB4E) is known color: Dark Pastel Green. HEX triplet: 13, BB and 4E. RGB value is (19,187,78). Sum of RGB (Red+Green+Blue) = 19+187+78=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BB4E is #EC44B1. Grayscale: #7C7C7C. Windows color (decimal): -15484082 or 5159699. OLE color: 5159699.
HSL color Cylindrical-coordinate representation of color #13BB4E: hue angle of 141.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB4E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 78 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.27 |
| HSL | 141.07º | 0.82% | 0.4% | - |
| HSV(B) | 141.07º | 0.9% | 0.73% | - |
| XYZ | 19.41 | 36.23 | 13.18 | - |
| YUV | 124.34 | 101.84 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 78 | 0.90 | 0 | 0.58 | 0.27 | 141.07 | 0.82 | 0.4 |
| Hex | 13 | BB | 4E | 5A | 0 | 3A | 1B | 8D | 52 | 28 |
| Octal | 23 | 273 | 116 | 132 | 0 | 72 | 33 | 215 | 122 | 50 |
| Binary | 10011 | 10111011 | 1001110 | 1011010 | 0 | 111010 | 11011 | 10001101 | 1010010 | 101000 |
Color Harmonies of #13BB4E
Complementary color
Monochromatic Colors of #13BB4E
Black with #13BB4E
Text Example
Text Example
White with #13BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB4E; }
p { color: rgb(19,187,78); }
H1.HeaderClassName
{
color: #13BB4E;
}
.AnyTagClassName
{
color: #13BB4E;
}
</style>
background-color css
<style>
a { background-color: #13BB4E; }
a { background-color: rgb(19,187,78); }
div.DivClassName
{
background-color: #13BB4E;
}
.BgClassName
{
background-color: #13BB4E;
}
</style>
border-color css
<style>
span { border-color: #13BB4E; }
span { border-color: rgb(19,187,78); }
td.TdClassName
{
border-color: #13BB4E;
}
.TagClassName
{
border-color: #13BB4E;
}
</style>