Shades of Mountain Meadow #1BD57D
Tints of Mountain Meadow #1BD57D
RGB
CMYK
RGB Variations
Color information
#1BD57D (or 0x1BD57D) is known color: Mountain Meadow. HEX triplet: 1B, D5 and 7D. RGB value is (27,213,125). Sum of RGB (Red+Green+Blue) = 27+213+125=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD57D is #E42A82. Grayscale: #939393. Windows color (decimal): -14953091 or 8246555. OLE color: 8246555.
HSL color Cylindrical-coordinate representation of color #1BD57D: hue angle of 151.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD57D is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 213 | 125 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.16 |
| HSL | 151.61º | 0.78% | 0.47% | - |
| HSV(B) | 151.61º | 0.87% | 0.84% | - |
| XYZ | 27.95 | 49.3 | 27.45 | - |
| YUV | 147.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 213 | 125 | 0.87 | 0 | 0.41 | 0.16 | 151.61 | 0.78 | 0.47 |
| Hex | 1B | D5 | 7D | 57 | 0 | 29 | 10 | 98 | 4E | 2F |
| Octal | 33 | 325 | 175 | 127 | 0 | 51 | 20 | 230 | 116 | 57 |
| Binary | 11011 | 11010101 | 1111101 | 1010111 | 0 | 101001 | 10000 | 10011000 | 1001110 | 101111 |
Color Harmonies of #1BD57D
Complementary color
Monochromatic Colors of #1BD57D
Black with #1BD57D
Text Example
Text Example
White with #1BD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD57D; }
p { color: rgb(27,213,125); }
H1.HeaderClassName
{
color: #1BD57D;
}
.AnyTagClassName
{
color: #1BD57D;
}
</style>
background-color css
<style>
a { background-color: #1BD57D; }
a { background-color: rgb(27,213,125); }
div.DivClassName
{
background-color: #1BD57D;
}
.BgClassName
{
background-color: #1BD57D;
}
</style>
border-color css
<style>
span { border-color: #1BD57D; }
span { border-color: rgb(27,213,125); }
td.TdClassName
{
border-color: #1BD57D;
}
.TagClassName
{
border-color: #1BD57D;
}
</style>