Shades of Dark Pastel Green #13BD54
Tints of Dark Pastel Green #13BD54
RGB
CMYK
RGB Variations
Color information
#13BD54 (or 0x13BD54) is known color: Dark Pastel Green. HEX triplet: 13, BD and 54. RGB value is (19,189,84). Sum of RGB (Red+Green+Blue) = 19+189+84=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD54 is #EC42AB. Grayscale: #7E7E7E. Windows color (decimal): -15483564 or 5553427. OLE color: 5553427.
HSL color Cylindrical-coordinate representation of color #13BD54: hue angle of 142.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD54 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 84 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.26 |
| HSL | 142.94º | 0.82% | 0.41% | - |
| HSV(B) | 142.94º | 0.9% | 0.74% | - |
| XYZ | 20.07 | 37.17 | 14.51 | - |
| YUV | 126.2 | 104.18 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 84 | 0.90 | 0 | 0.56 | 0.26 | 142.94 | 0.82 | 0.41 |
| Hex | 13 | BD | 54 | 5A | 0 | 38 | 1A | 8F | 52 | 29 |
| Octal | 23 | 275 | 124 | 132 | 0 | 70 | 32 | 217 | 122 | 51 |
| Binary | 10011 | 10111101 | 1010100 | 1011010 | 0 | 111000 | 11010 | 10001111 | 1010010 | 101001 |
Color Harmonies of #13BD54
Complementary color
Monochromatic Colors of #13BD54
Black with #13BD54
Text Example
Text Example
White with #13BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD54; }
p { color: rgb(19,189,84); }
H1.HeaderClassName
{
color: #13BD54;
}
.AnyTagClassName
{
color: #13BD54;
}
</style>
background-color css
<style>
a { background-color: #13BD54; }
a { background-color: rgb(19,189,84); }
div.DivClassName
{
background-color: #13BD54;
}
.BgClassName
{
background-color: #13BD54;
}
</style>
border-color css
<style>
span { border-color: #13BD54; }
span { border-color: rgb(19,189,84); }
td.TdClassName
{
border-color: #13BD54;
}
.TagClassName
{
border-color: #13BD54;
}
</style>