Shades of Mountain Meadow #26BD78
Tints of Mountain Meadow #26BD78
RGB
CMYK
RGB Variations
Color information
#26BD78 (or 0x26BD78) is known color: Mountain Meadow. HEX triplet: 26, BD and 78. RGB value is (38,189,120). Sum of RGB (Red+Green+Blue) = 38+189+120=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD78 is #D94287. Grayscale: #888888. Windows color (decimal): -14238344 or 7912742. OLE color: 7912742.
HSL color Cylindrical-coordinate representation of color #26BD78: hue angle of 152.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD78 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 120 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.26 |
| HSL | 152.58º | 0.67% | 0.45% | - |
| HSV(B) | 152.58º | 0.8% | 0.74% | - |
| XYZ | 22.39 | 38.16 | 23.96 | - |
| YUV | 135.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 120 | 0.80 | 0 | 0.37 | 0.26 | 152.58 | 0.67 | 0.45 |
| Hex | 26 | BD | 78 | 50 | 0 | 25 | 1A | 99 | 43 | 2D |
| Octal | 46 | 275 | 170 | 120 | 0 | 45 | 32 | 231 | 103 | 55 |
| Binary | 100110 | 10111101 | 1111000 | 1010000 | 0 | 100101 | 11010 | 10011001 | 1000011 | 101101 |
Color Harmonies of #26BD78
Complementary color
Monochromatic Colors of #26BD78
Black with #26BD78
Text Example
Text Example
White with #26BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD78; }
p { color: rgb(38,189,120); }
H1.HeaderClassName
{
color: #26BD78;
}
.AnyTagClassName
{
color: #26BD78;
}
</style>
background-color css
<style>
a { background-color: #26BD78; }
a { background-color: rgb(38,189,120); }
div.DivClassName
{
background-color: #26BD78;
}
.BgClassName
{
background-color: #26BD78;
}
</style>
border-color css
<style>
span { border-color: #26BD78; }
span { border-color: rgb(38,189,120); }
td.TdClassName
{
border-color: #26BD78;
}
.TagClassName
{
border-color: #26BD78;
}
</style>