Shades of Mountain Meadow #2ABD81
Tints of Mountain Meadow #2ABD81
RGB
CMYK
RGB Variations
Color information
#2ABD81 (or 0x2ABD81) is known color: Mountain Meadow. HEX triplet: 2A, BD and 81. RGB value is (42,189,129). Sum of RGB (Red+Green+Blue) = 42+189+129=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABD81 is #D5427E. Grayscale: #8A8A8A. Windows color (decimal): -13976191 or 8502570. OLE color: 8502570.
HSL color Cylindrical-coordinate representation of color #2ABD81: hue angle of 155.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD81 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 129 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.26 |
| HSL | 155.51º | 0.64% | 0.45% | - |
| HSV(B) | 155.51º | 0.78% | 0.74% | - |
| XYZ | 23.11 | 38.47 | 26.98 | - |
| YUV | 138.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 129 | 0.78 | 0 | 0.32 | 0.26 | 155.51 | 0.64 | 0.45 |
| Hex | 2A | BD | 81 | 4E | 0 | 20 | 1A | 9C | 40 | 2D |
| Octal | 52 | 275 | 201 | 116 | 0 | 40 | 32 | 234 | 100 | 55 |
| Binary | 101010 | 10111101 | 10000001 | 1001110 | 0 | 100000 | 11010 | 10011100 | 1000000 | 101101 |
Color Harmonies of #2ABD81
Complementary color
Monochromatic Colors of #2ABD81
Black with #2ABD81
Text Example
Text Example
White with #2ABD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD81; }
p { color: rgb(42,189,129); }
H1.HeaderClassName
{
color: #2ABD81;
}
.AnyTagClassName
{
color: #2ABD81;
}
</style>
background-color css
<style>
a { background-color: #2ABD81; }
a { background-color: rgb(42,189,129); }
div.DivClassName
{
background-color: #2ABD81;
}
.BgClassName
{
background-color: #2ABD81;
}
</style>
border-color css
<style>
span { border-color: #2ABD81; }
span { border-color: rgb(42,189,129); }
td.TdClassName
{
border-color: #2ABD81;
}
.TagClassName
{
border-color: #2ABD81;
}
</style>