Shades of Mountain Meadow #26BD79
Tints of Mountain Meadow #26BD79
RGB
CMYK
RGB Variations
Color information
#26BD79 (or 0x26BD79) is known color: Mountain Meadow. HEX triplet: 26, BD and 79. RGB value is (38,189,121). Sum of RGB (Red+Green+Blue) = 38+189+121=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD79 is #D94286. Grayscale: #888888. Windows color (decimal): -14238343 or 7978278. OLE color: 7978278.
HSL color Cylindrical-coordinate representation of color #26BD79: hue angle of 152.98º 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 #26BD79 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 121 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.26 |
| HSL | 152.98º | 0.67% | 0.45% | - |
| HSV(B) | 152.98º | 0.8% | 0.74% | - |
| XYZ | 22.45 | 38.19 | 24.28 | - |
| YUV | 136.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 121 | 0.80 | 0 | 0.36 | 0.26 | 152.98 | 0.67 | 0.45 |
| Hex | 26 | BD | 79 | 50 | 0 | 24 | 1A | 99 | 43 | 2D |
| Octal | 46 | 275 | 171 | 120 | 0 | 44 | 32 | 231 | 103 | 55 |
| Binary | 100110 | 10111101 | 1111001 | 1010000 | 0 | 100100 | 11010 | 10011001 | 1000011 | 101101 |
Color Harmonies of #26BD79
Complementary color
Monochromatic Colors of #26BD79
Black with #26BD79
Text Example
Text Example
White with #26BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD79; }
p { color: rgb(38,189,121); }
H1.HeaderClassName
{
color: #26BD79;
}
.AnyTagClassName
{
color: #26BD79;
}
</style>
background-color css
<style>
a { background-color: #26BD79; }
a { background-color: rgb(38,189,121); }
div.DivClassName
{
background-color: #26BD79;
}
.BgClassName
{
background-color: #26BD79;
}
</style>
border-color css
<style>
span { border-color: #26BD79; }
span { border-color: rgb(38,189,121); }
td.TdClassName
{
border-color: #26BD79;
}
.TagClassName
{
border-color: #26BD79;
}
</style>