Shades of Mountain Meadow #2ABD80
Tints of Mountain Meadow #2ABD80
RGB
CMYK
RGB Variations
Color information
#2ABD80 (or 0x2ABD80) is known color: Mountain Meadow. HEX triplet: 2A, BD and 80. RGB value is (42,189,128). Sum of RGB (Red+Green+Blue) = 42+189+128=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABD80 is #D5427F. Grayscale: #8A8A8A. Windows color (decimal): -13976192 or 8437034. OLE color: 8437034.
HSL color Cylindrical-coordinate representation of color #2ABD80: hue angle of 155.1º 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 #2ABD80 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 128 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.26 |
| HSL | 155.1º | 0.64% | 0.45% | - |
| HSV(B) | 155.1º | 0.78% | 0.74% | - |
| XYZ | 23.05 | 38.45 | 26.63 | - |
| YUV | 138.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 128 | 0.78 | 0 | 0.32 | 0.26 | 155.1 | 0.64 | 0.45 |
| Hex | 2A | BD | 80 | 4E | 0 | 20 | 1A | 9B | 40 | 2D |
| Octal | 52 | 275 | 200 | 116 | 0 | 40 | 32 | 233 | 100 | 55 |
| Binary | 101010 | 10111101 | 10000000 | 1001110 | 0 | 100000 | 11010 | 10011011 | 1000000 | 101101 |
Color Harmonies of #2ABD80
Complementary color
Monochromatic Colors of #2ABD80
Black with #2ABD80
Text Example
Text Example
White with #2ABD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD80; }
p { color: rgb(42,189,128); }
H1.HeaderClassName
{
color: #2ABD80;
}
.AnyTagClassName
{
color: #2ABD80;
}
</style>
background-color css
<style>
a { background-color: #2ABD80; }
a { background-color: rgb(42,189,128); }
div.DivClassName
{
background-color: #2ABD80;
}
.BgClassName
{
background-color: #2ABD80;
}
</style>
border-color css
<style>
span { border-color: #2ABD80; }
span { border-color: rgb(42,189,128); }
td.TdClassName
{
border-color: #2ABD80;
}
.TagClassName
{
border-color: #2ABD80;
}
</style>