Shades of Mountain Meadow #26BB7D
Tints of Mountain Meadow #26BB7D
RGB
CMYK
RGB Variations
Color information
#26BB7D (or 0x26BB7D) is known color: Mountain Meadow. HEX triplet: 26, BB and 7D. RGB value is (38,187,125). Sum of RGB (Red+Green+Blue) = 38+187+125=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BB7D is #D94482. Grayscale: #878787. Windows color (decimal): -14238851 or 8239910. OLE color: 8239910.
HSL color Cylindrical-coordinate representation of color #26BB7D: hue angle of 155.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BB7D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 187 | 125 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.27 |
| HSL | 155.03º | 0.66% | 0.44% | - |
| HSV(B) | 155.03º | 0.8% | 0.73% | - |
| XYZ | 22.27 | 37.43 | 25.45 | - |
| YUV | 135.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 125 | 0.80 | 0 | 0.33 | 0.27 | 155.03 | 0.66 | 0.44 |
| Hex | 26 | BB | 7D | 50 | 0 | 21 | 1B | 9B | 42 | 2C |
| Octal | 46 | 273 | 175 | 120 | 0 | 41 | 33 | 233 | 102 | 54 |
| Binary | 100110 | 10111011 | 1111101 | 1010000 | 0 | 100001 | 11011 | 10011011 | 1000010 | 101100 |
Color Harmonies of #26BB7D
Complementary color
Monochromatic Colors of #26BB7D
Black with #26BB7D
Text Example
Text Example
White with #26BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BB7D; }
p { color: rgb(38,187,125); }
H1.HeaderClassName
{
color: #26BB7D;
}
.AnyTagClassName
{
color: #26BB7D;
}
</style>
background-color css
<style>
a { background-color: #26BB7D; }
a { background-color: rgb(38,187,125); }
div.DivClassName
{
background-color: #26BB7D;
}
.BgClassName
{
background-color: #26BB7D;
}
</style>
border-color css
<style>
span { border-color: #26BB7D; }
span { border-color: rgb(38,187,125); }
td.TdClassName
{
border-color: #26BB7D;
}
.TagClassName
{
border-color: #26BB7D;
}
</style>