Shades of Mountain Meadow #1CBE81
Tints of Mountain Meadow #1CBE81
RGB
CMYK
RGB Variations
Color information
#1CBE81 (or 0x1CBE81) is known color: Mountain Meadow. HEX triplet: 1C, BE and 81. RGB value is (28,190,129). Sum of RGB (Red+Green+Blue) = 28+190+129=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBE81 is #E3417E. Grayscale: #868686. Windows color (decimal): -14893439 or 8502812. OLE color: 8502812.
HSL color Cylindrical-coordinate representation of color #1CBE81: hue angle of 157.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBE81 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 190 | 129 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.25 |
| HSL | 157.41º | 0.74% | 0.43% | - |
| HSV(B) | 157.41º | 0.85% | 0.75% | - |
| XYZ | 22.85 | 38.66 | 27.03 | - |
| YUV | 134.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 129 | 0.85 | 0 | 0.32 | 0.25 | 157.41 | 0.74 | 0.43 |
| Hex | 1C | BE | 81 | 55 | 0 | 20 | 19 | 9D | 4A | 2B |
| Octal | 34 | 276 | 201 | 125 | 0 | 40 | 31 | 235 | 112 | 53 |
| Binary | 11100 | 10111110 | 10000001 | 1010101 | 0 | 100000 | 11001 | 10011101 | 1001010 | 101011 |
Color Harmonies of #1CBE81
Complementary color
Monochromatic Colors of #1CBE81
Black with #1CBE81
Text Example
Text Example
White with #1CBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBE81; }
p { color: rgb(28,190,129); }
H1.HeaderClassName
{
color: #1CBE81;
}
.AnyTagClassName
{
color: #1CBE81;
}
</style>
background-color css
<style>
a { background-color: #1CBE81; }
a { background-color: rgb(28,190,129); }
div.DivClassName
{
background-color: #1CBE81;
}
.BgClassName
{
background-color: #1CBE81;
}
</style>
border-color css
<style>
span { border-color: #1CBE81; }
span { border-color: rgb(28,190,129); }
td.TdClassName
{
border-color: #1CBE81;
}
.TagClassName
{
border-color: #1CBE81;
}
</style>