Shades of Mountain Meadow #16CD83
Tints of Mountain Meadow #16CD83
RGB
CMYK
RGB Variations
Color information
#16CD83 (or 0x16CD83) is known color: Mountain Meadow. HEX triplet: 16, CD and 83. RGB value is (22,205,131). Sum of RGB (Red+Green+Blue) = 22+205+131=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CD83 is #E9327C. Grayscale: #8D8D8D. Windows color (decimal): -15282813 or 8637718. OLE color: 8637718.
HSL color Cylindrical-coordinate representation of color #16CD83: hue angle of 155.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD83 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 131 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.20 |
| HSL | 155.74º | 0.81% | 0.45% | - |
| HSV(B) | 155.74º | 0.89% | 0.8% | - |
| XYZ | 26.26 | 45.47 | 28.87 | - |
| YUV | 141.85 | 121.87 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 131 | 0.89 | 0 | 0.36 | 0.20 | 155.74 | 0.81 | 0.45 |
| Hex | 16 | CD | 83 | 59 | 0 | 24 | 14 | 9C | 51 | 2D |
| Octal | 26 | 315 | 203 | 131 | 0 | 44 | 24 | 234 | 121 | 55 |
| Binary | 10110 | 11001101 | 10000011 | 1011001 | 0 | 100100 | 10100 | 10011100 | 1010001 | 101101 |
Color Harmonies of #16CD83
Complementary color
Monochromatic Colors of #16CD83
Black with #16CD83
Text Example
Text Example
White with #16CD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD83; }
p { color: rgb(22,205,131); }
H1.HeaderClassName
{
color: #16CD83;
}
.AnyTagClassName
{
color: #16CD83;
}
</style>
background-color css
<style>
a { background-color: #16CD83; }
a { background-color: rgb(22,205,131); }
div.DivClassName
{
background-color: #16CD83;
}
.BgClassName
{
background-color: #16CD83;
}
</style>
border-color css
<style>
span { border-color: #16CD83; }
span { border-color: rgb(22,205,131); }
td.TdClassName
{
border-color: #16CD83;
}
.TagClassName
{
border-color: #16CD83;
}
</style>