Shades of Mountain Meadow #1BBF81
Tints of Mountain Meadow #1BBF81
RGB
CMYK
RGB Variations
Color information
#1BBF81 (or 0x1BBF81) is known color: Mountain Meadow. HEX triplet: 1B, BF and 81. RGB value is (27,191,129). Sum of RGB (Red+Green+Blue) = 27+191+129=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBF81 is #E4407E. Grayscale: #868686. Windows color (decimal): -14958719 or 8503067. OLE color: 8503067.
HSL color Cylindrical-coordinate representation of color #1BBF81: hue angle of 157.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBF81 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 191 | 129 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.25 |
| HSL | 157.32º | 0.75% | 0.43% | - |
| HSV(B) | 157.32º | 0.86% | 0.75% | - |
| XYZ | 23.05 | 39.08 | 27.1 | - |
| YUV | 134.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 129 | 0.86 | 0 | 0.32 | 0.25 | 157.32 | 0.75 | 0.43 |
| Hex | 1B | BF | 81 | 56 | 0 | 20 | 19 | 9D | 4B | 2B |
| Octal | 33 | 277 | 201 | 126 | 0 | 40 | 31 | 235 | 113 | 53 |
| Binary | 11011 | 10111111 | 10000001 | 1010110 | 0 | 100000 | 11001 | 10011101 | 1001011 | 101011 |
Color Harmonies of #1BBF81
Complementary color
Monochromatic Colors of #1BBF81
Black with #1BBF81
Text Example
Text Example
White with #1BBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBF81; }
p { color: rgb(27,191,129); }
H1.HeaderClassName
{
color: #1BBF81;
}
.AnyTagClassName
{
color: #1BBF81;
}
</style>
background-color css
<style>
a { background-color: #1BBF81; }
a { background-color: rgb(27,191,129); }
div.DivClassName
{
background-color: #1BBF81;
}
.BgClassName
{
background-color: #1BBF81;
}
</style>
border-color css
<style>
span { border-color: #1BBF81; }
span { border-color: rgb(27,191,129); }
td.TdClassName
{
border-color: #1BBF81;
}
.TagClassName
{
border-color: #1BBF81;
}
</style>