Shades of Mountain Meadow #1BD283
Tints of Mountain Meadow #1BD283
RGB
CMYK
RGB Variations
Color information
#1BD283 (or 0x1BD283) is known color: Mountain Meadow. HEX triplet: 1B, D2 and 83. RGB value is (27,210,131). Sum of RGB (Red+Green+Blue) = 27+210+131=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD283 is #E42D7C. Grayscale: #929292. Windows color (decimal): -14953853 or 8639003. OLE color: 8639003.
HSL color Cylindrical-coordinate representation of color #1BD283: hue angle of 154.1º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD283 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 131 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.18 |
| HSL | 154.1º | 0.77% | 0.46% | - |
| HSV(B) | 154.1º | 0.87% | 0.82% | - |
| XYZ | 27.6 | 47.96 | 29.28 | - |
| YUV | 146.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 131 | 0.87 | 0 | 0.38 | 0.18 | 154.1 | 0.77 | 0.46 |
| Hex | 1B | D2 | 83 | 57 | 0 | 26 | 12 | 9A | 4D | 2E |
| Octal | 33 | 322 | 203 | 127 | 0 | 46 | 22 | 232 | 115 | 56 |
| Binary | 11011 | 11010010 | 10000011 | 1010111 | 0 | 100110 | 10010 | 10011010 | 1001101 | 101110 |
Color Harmonies of #1BD283
Complementary color
Monochromatic Colors of #1BD283
Black with #1BD283
Text Example
Text Example
White with #1BD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD283; }
p { color: rgb(27,210,131); }
H1.HeaderClassName
{
color: #1BD283;
}
.AnyTagClassName
{
color: #1BD283;
}
</style>
background-color css
<style>
a { background-color: #1BD283; }
a { background-color: rgb(27,210,131); }
div.DivClassName
{
background-color: #1BD283;
}
.BgClassName
{
background-color: #1BD283;
}
</style>
border-color css
<style>
span { border-color: #1BD283; }
span { border-color: rgb(27,210,131); }
td.TdClassName
{
border-color: #1BD283;
}
.TagClassName
{
border-color: #1BD283;
}
</style>