Shades of Mountain Meadow #13BC83
Tints of Mountain Meadow #13BC83
RGB
CMYK
RGB Variations
Color information
#13BC83 (or 0x13BC83) is known color: Mountain Meadow. HEX triplet: 13, BC and 83. RGB value is (19,188,131). Sum of RGB (Red+Green+Blue) = 19+188+131=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC83 is #EC437C. Grayscale: #838383. Windows color (decimal): -15483773 or 8633363. OLE color: 8633363.
HSL color Cylindrical-coordinate representation of color #13BC83: hue angle of 159.76º 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 #13BC83 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 131 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.26 |
| HSL | 159.76º | 0.82% | 0.41% | - |
| HSV(B) | 159.76º | 0.9% | 0.74% | - |
| XYZ | 22.35 | 37.74 | 27.58 | - |
| YUV | 130.97 | 128.01 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 131 | 0.90 | 0 | 0.30 | 0.26 | 159.76 | 0.82 | 0.41 |
| Hex | 13 | BC | 83 | 5A | 0 | 1E | 1A | A0 | 52 | 29 |
| Octal | 23 | 274 | 203 | 132 | 0 | 36 | 32 | 240 | 122 | 51 |
| Binary | 10011 | 10111100 | 10000011 | 1011010 | 0 | 11110 | 11010 | 10100000 | 1010010 | 101001 |
Color Harmonies of #13BC83
Complementary color
Monochromatic Colors of #13BC83
Black with #13BC83
Text Example
Text Example
White with #13BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC83; }
p { color: rgb(19,188,131); }
H1.HeaderClassName
{
color: #13BC83;
}
.AnyTagClassName
{
color: #13BC83;
}
</style>
background-color css
<style>
a { background-color: #13BC83; }
a { background-color: rgb(19,188,131); }
div.DivClassName
{
background-color: #13BC83;
}
.BgClassName
{
background-color: #13BC83;
}
</style>
border-color css
<style>
span { border-color: #13BC83; }
span { border-color: rgb(19,188,131); }
td.TdClassName
{
border-color: #13BC83;
}
.TagClassName
{
border-color: #13BC83;
}
</style>