Shades of Mountain Meadow #1BC275
Tints of Mountain Meadow #1BC275
RGB
CMYK
RGB Variations
Color information
#1BC275 (or 0x1BC275) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 75. RGB value is (27,194,117). Sum of RGB (Red+Green+Blue) = 27+194+117=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC275 is #E43D8A. Grayscale: #878787. Windows color (decimal): -14957963 or 7717403. OLE color: 7717403.
HSL color Cylindrical-coordinate representation of color #1BC275: hue angle of 152.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC275 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 117 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.24 |
| HSL | 152.34º | 0.76% | 0.43% | - |
| HSV(B) | 152.34º | 0.86% | 0.76% | - |
| XYZ | 22.95 | 40.1 | 23.36 | - |
| YUV | 135.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 117 | 0.86 | 0 | 0.40 | 0.24 | 152.34 | 0.76 | 0.43 |
| Hex | 1B | C2 | 75 | 56 | 0 | 28 | 18 | 98 | 4C | 2B |
| Octal | 33 | 302 | 165 | 126 | 0 | 50 | 30 | 230 | 114 | 53 |
| Binary | 11011 | 11000010 | 1110101 | 1010110 | 0 | 101000 | 11000 | 10011000 | 1001100 | 101011 |
Color Harmonies of #1BC275
Complementary color
Monochromatic Colors of #1BC275
Black with #1BC275
Text Example
Text Example
White with #1BC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC275; }
p { color: rgb(27,194,117); }
H1.HeaderClassName
{
color: #1BC275;
}
.AnyTagClassName
{
color: #1BC275;
}
</style>
background-color css
<style>
a { background-color: #1BC275; }
a { background-color: rgb(27,194,117); }
div.DivClassName
{
background-color: #1BC275;
}
.BgClassName
{
background-color: #1BC275;
}
</style>
border-color css
<style>
span { border-color: #1BC275; }
span { border-color: rgb(27,194,117); }
td.TdClassName
{
border-color: #1BC275;
}
.TagClassName
{
border-color: #1BC275;
}
</style>