Shades of Mountain Meadow #1BC874
Tints of Mountain Meadow #1BC874
RGB
CMYK
RGB Variations
Color information
#1BC874 (or 0x1BC874) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 74. RGB value is (27,200,116). Sum of RGB (Red+Green+Blue) = 27+200+116=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC874 is #E4378B. Grayscale: #8A8A8A. Windows color (decimal): -14956428 or 7653403. OLE color: 7653403.
HSL color Cylindrical-coordinate representation of color #1BC874: hue angle of 150.87º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC874 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 116 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.22 |
| HSL | 150.87º | 0.76% | 0.45% | - |
| HSV(B) | 150.87º | 0.87% | 0.78% | - |
| XYZ | 24.26 | 42.8 | 23.51 | - |
| YUV | 138.7 | 115.19 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 116 | 0.86 | 0 | 0.42 | 0.22 | 150.87 | 0.76 | 0.45 |
| Hex | 1B | C8 | 74 | 56 | 0 | 2A | 16 | 97 | 4C | 2D |
| Octal | 33 | 310 | 164 | 126 | 0 | 52 | 26 | 227 | 114 | 55 |
| Binary | 11011 | 11001000 | 1110100 | 1010110 | 0 | 101010 | 10110 | 10010111 | 1001100 | 101101 |
Color Harmonies of #1BC874
Complementary color
Monochromatic Colors of #1BC874
Black with #1BC874
Text Example
Text Example
White with #1BC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC874; }
p { color: rgb(27,200,116); }
H1.HeaderClassName
{
color: #1BC874;
}
.AnyTagClassName
{
color: #1BC874;
}
</style>
background-color css
<style>
a { background-color: #1BC874; }
a { background-color: rgb(27,200,116); }
div.DivClassName
{
background-color: #1BC874;
}
.BgClassName
{
background-color: #1BC874;
}
</style>
border-color css
<style>
span { border-color: #1BC874; }
span { border-color: rgb(27,200,116); }
td.TdClassName
{
border-color: #1BC874;
}
.TagClassName
{
border-color: #1BC874;
}
</style>