Shades of Mountain Meadow #13CB81
Tints of Mountain Meadow #13CB81
RGB
CMYK
RGB Variations
Color information
#13CB81 (or 0x13CB81) is known color: Mountain Meadow. HEX triplet: 13, CB and 81. RGB value is (19,203,129). Sum of RGB (Red+Green+Blue) = 19+203+129=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB81 is #EC347E. Grayscale: #8B8B8B. Windows color (decimal): -15479935 or 8506131. OLE color: 8506131.
HSL color Cylindrical-coordinate representation of color #13CB81: hue angle of 155.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB81 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 129 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.20 |
| HSL | 155.87º | 0.83% | 0.44% | - |
| HSV(B) | 155.87º | 0.91% | 0.8% | - |
| XYZ | 25.59 | 44.44 | 28 | - |
| YUV | 139.55 | 122.04 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 129 | 0.91 | 0 | 0.36 | 0.20 | 155.87 | 0.83 | 0.44 |
| Hex | 13 | CB | 81 | 5B | 0 | 24 | 14 | 9C | 53 | 2C |
| Octal | 23 | 313 | 201 | 133 | 0 | 44 | 24 | 234 | 123 | 54 |
| Binary | 10011 | 11001011 | 10000001 | 1011011 | 0 | 100100 | 10100 | 10011100 | 1010011 | 101100 |
Color Harmonies of #13CB81
Complementary color
Monochromatic Colors of #13CB81
Black with #13CB81
Text Example
Text Example
White with #13CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB81; }
p { color: rgb(19,203,129); }
H1.HeaderClassName
{
color: #13CB81;
}
.AnyTagClassName
{
color: #13CB81;
}
</style>
background-color css
<style>
a { background-color: #13CB81; }
a { background-color: rgb(19,203,129); }
div.DivClassName
{
background-color: #13CB81;
}
.BgClassName
{
background-color: #13CB81;
}
</style>
border-color css
<style>
span { border-color: #13CB81; }
span { border-color: rgb(19,203,129); }
td.TdClassName
{
border-color: #13CB81;
}
.TagClassName
{
border-color: #13CB81;
}
</style>