Shades of Mountain Meadow #1BC575
Tints of Mountain Meadow #1BC575
RGB
CMYK
RGB Variations
Color information
#1BC575 (or 0x1BC575) is known color: Mountain Meadow. HEX triplet: 1B, C5 and 75. RGB value is (27,197,117). Sum of RGB (Red+Green+Blue) = 27+197+117=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC575 is #E43A8A. Grayscale: #898989. Windows color (decimal): -14957195 or 7718171. OLE color: 7718171.
HSL color Cylindrical-coordinate representation of color #1BC575: hue angle of 151.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC575 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 117 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.23 |
| HSL | 151.76º | 0.76% | 0.44% | - |
| HSV(B) | 151.76º | 0.86% | 0.77% | - |
| XYZ | 23.63 | 41.45 | 23.58 | - |
| YUV | 137.05 | 116.68 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 117 | 0.86 | 0 | 0.41 | 0.23 | 151.76 | 0.76 | 0.44 |
| Hex | 1B | C5 | 75 | 56 | 0 | 29 | 17 | 98 | 4C | 2C |
| Octal | 33 | 305 | 165 | 126 | 0 | 51 | 27 | 230 | 114 | 54 |
| Binary | 11011 | 11000101 | 1110101 | 1010110 | 0 | 101001 | 10111 | 10011000 | 1001100 | 101100 |
Color Harmonies of #1BC575
Complementary color
Monochromatic Colors of #1BC575
Black with #1BC575
Text Example
Text Example
White with #1BC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC575; }
p { color: rgb(27,197,117); }
H1.HeaderClassName
{
color: #1BC575;
}
.AnyTagClassName
{
color: #1BC575;
}
</style>
background-color css
<style>
a { background-color: #1BC575; }
a { background-color: rgb(27,197,117); }
div.DivClassName
{
background-color: #1BC575;
}
.BgClassName
{
background-color: #1BC575;
}
</style>
border-color css
<style>
span { border-color: #1BC575; }
span { border-color: rgb(27,197,117); }
td.TdClassName
{
border-color: #1BC575;
}
.TagClassName
{
border-color: #1BC575;
}
</style>