Shades of Pigment Green #13BC57
Tints of Pigment Green #13BC57
RGB
CMYK
RGB Variations
Color information
#13BC57 (or 0x13BC57) is known color: Pigment Green. HEX triplet: 13, BC and 57. RGB value is (19,188,87). Sum of RGB (Red+Green+Blue) = 19+188+87=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC57 is #EC43A8. Grayscale: #7E7E7E. Windows color (decimal): -15483817 or 5749779. OLE color: 5749779.
HSL color Cylindrical-coordinate representation of color #13BC57: hue angle of 144.14º 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 #13BC57 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 87 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.26 |
| HSL | 144.14º | 0.82% | 0.41% | - |
| HSV(B) | 144.14º | 0.9% | 0.74% | - |
| XYZ | 19.97 | 36.79 | 15.07 | - |
| YUV | 125.96 | 106.01 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 87 | 0.90 | 0 | 0.54 | 0.26 | 144.14 | 0.82 | 0.41 |
| Hex | 13 | BC | 57 | 5A | 0 | 36 | 1A | 90 | 52 | 29 |
| Octal | 23 | 274 | 127 | 132 | 0 | 66 | 32 | 220 | 122 | 51 |
| Binary | 10011 | 10111100 | 1010111 | 1011010 | 0 | 110110 | 11010 | 10010000 | 1010010 | 101001 |
Color Harmonies of #13BC57
Complementary color
Monochromatic Colors of #13BC57
Black with #13BC57
Text Example
Text Example
White with #13BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC57; }
p { color: rgb(19,188,87); }
H1.HeaderClassName
{
color: #13BC57;
}
.AnyTagClassName
{
color: #13BC57;
}
</style>
background-color css
<style>
a { background-color: #13BC57; }
a { background-color: rgb(19,188,87); }
div.DivClassName
{
background-color: #13BC57;
}
.BgClassName
{
background-color: #13BC57;
}
</style>
border-color css
<style>
span { border-color: #13BC57; }
span { border-color: rgb(19,188,87); }
td.TdClassName
{
border-color: #13BC57;
}
.TagClassName
{
border-color: #13BC57;
}
</style>