Shades of Mountain Meadow #2ABF84
Tints of Mountain Meadow #2ABF84
RGB
CMYK
RGB Variations
Color information
#2ABF84 (or 0x2ABF84) is known color: Mountain Meadow. HEX triplet: 2A, BF and 84. RGB value is (42,191,132). Sum of RGB (Red+Green+Blue) = 42+191+132=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF84 is #D5407B. Grayscale: #8B8B8B. Windows color (decimal): -13975676 or 8699690. OLE color: 8699690.
HSL color Cylindrical-coordinate representation of color #2ABF84: hue angle of 156.24º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF84 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 132 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.25 |
| HSL | 156.24º | 0.64% | 0.46% | - |
| HSV(B) | 156.24º | 0.78% | 0.75% | - |
| XYZ | 23.75 | 39.42 | 28.19 | - |
| YUV | 139.72 | 123.64 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 132 | 0.78 | 0 | 0.31 | 0.25 | 156.24 | 0.64 | 0.46 |
| Hex | 2A | BF | 84 | 4E | 0 | 1F | 19 | 9C | 40 | 2E |
| Octal | 52 | 277 | 204 | 116 | 0 | 37 | 31 | 234 | 100 | 56 |
| Binary | 101010 | 10111111 | 10000100 | 1001110 | 0 | 11111 | 11001 | 10011100 | 1000000 | 101110 |
Color Harmonies of #2ABF84
Complementary color
Monochromatic Colors of #2ABF84
Black with #2ABF84
Text Example
Text Example
White with #2ABF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF84; }
p { color: rgb(42,191,132); }
H1.HeaderClassName
{
color: #2ABF84;
}
.AnyTagClassName
{
color: #2ABF84;
}
</style>
background-color css
<style>
a { background-color: #2ABF84; }
a { background-color: rgb(42,191,132); }
div.DivClassName
{
background-color: #2ABF84;
}
.BgClassName
{
background-color: #2ABF84;
}
</style>
border-color css
<style>
span { border-color: #2ABF84; }
span { border-color: rgb(42,191,132); }
td.TdClassName
{
border-color: #2ABF84;
}
.TagClassName
{
border-color: #2ABF84;
}
</style>