Shades of Mountain Meadow #15CB71
Tints of Mountain Meadow #15CB71
RGB
CMYK
RGB Variations
Color information
#15CB71 (or 0x15CB71) is known color: Mountain Meadow. HEX triplet: 15, CB and 71. RGB value is (21,203,113). Sum of RGB (Red+Green+Blue) = 21+203+113=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15CB71 is #EA348E. Grayscale: #8A8A8A. Windows color (decimal): -15348879 or 7457557. OLE color: 7457557.
HSL color Cylindrical-coordinate representation of color #15CB71: hue angle of 150.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CB71 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 113 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.20 |
| HSL | 150.33º | 0.81% | 0.44% | - |
| HSV(B) | 150.33º | 0.9% | 0.8% | - |
| XYZ | 24.65 | 44.06 | 22.83 | - |
| YUV | 138.32 | 113.7 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 113 | 0.90 | 0 | 0.44 | 0.20 | 150.33 | 0.81 | 0.44 |
| Hex | 15 | CB | 71 | 5A | 0 | 2C | 14 | 96 | 51 | 2C |
| Octal | 25 | 313 | 161 | 132 | 0 | 54 | 24 | 226 | 121 | 54 |
| Binary | 10101 | 11001011 | 1110001 | 1011010 | 0 | 101100 | 10100 | 10010110 | 1010001 | 101100 |
Color Harmonies of #15CB71
Complementary color
Monochromatic Colors of #15CB71
Black with #15CB71
Text Example
Text Example
White with #15CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB71; }
p { color: rgb(21,203,113); }
H1.HeaderClassName
{
color: #15CB71;
}
.AnyTagClassName
{
color: #15CB71;
}
</style>
background-color css
<style>
a { background-color: #15CB71; }
a { background-color: rgb(21,203,113); }
div.DivClassName
{
background-color: #15CB71;
}
.BgClassName
{
background-color: #15CB71;
}
</style>
border-color css
<style>
span { border-color: #15CB71; }
span { border-color: rgb(21,203,113); }
td.TdClassName
{
border-color: #15CB71;
}
.TagClassName
{
border-color: #15CB71;
}
</style>