Shades of Mountain Meadow #2ABF81
Tints of Mountain Meadow #2ABF81
RGB
CMYK
RGB Variations
Color information
#2ABF81 (or 0x2ABF81) is known color: Mountain Meadow. HEX triplet: 2A, BF and 81. RGB value is (42,191,129). Sum of RGB (Red+Green+Blue) = 42+191+129=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF81 is #D5407E. Grayscale: #8B8B8B. Windows color (decimal): -13975679 or 8503082. OLE color: 8503082.
HSL color Cylindrical-coordinate representation of color #2ABF81: hue angle of 155.03º 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 #2ABF81 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 129 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.25 |
| HSL | 155.03º | 0.64% | 0.46% | - |
| HSV(B) | 155.03º | 0.78% | 0.75% | - |
| XYZ | 23.55 | 39.34 | 27.12 | - |
| YUV | 139.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 129 | 0.78 | 0 | 0.32 | 0.25 | 155.03 | 0.64 | 0.46 |
| Hex | 2A | BF | 81 | 4E | 0 | 20 | 19 | 9B | 40 | 2E |
| Octal | 52 | 277 | 201 | 116 | 0 | 40 | 31 | 233 | 100 | 56 |
| Binary | 101010 | 10111111 | 10000001 | 1001110 | 0 | 100000 | 11001 | 10011011 | 1000000 | 101110 |
Color Harmonies of #2ABF81
Complementary color
Monochromatic Colors of #2ABF81
Black with #2ABF81
Text Example
Text Example
White with #2ABF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF81; }
p { color: rgb(42,191,129); }
H1.HeaderClassName
{
color: #2ABF81;
}
.AnyTagClassName
{
color: #2ABF81;
}
</style>
background-color css
<style>
a { background-color: #2ABF81; }
a { background-color: rgb(42,191,129); }
div.DivClassName
{
background-color: #2ABF81;
}
.BgClassName
{
background-color: #2ABF81;
}
</style>
border-color css
<style>
span { border-color: #2ABF81; }
span { border-color: rgb(42,191,129); }
td.TdClassName
{
border-color: #2ABF81;
}
.TagClassName
{
border-color: #2ABF81;
}
</style>