Shades of Mountain Meadow #24B07D
Tints of Mountain Meadow #24B07D
RGB
CMYK
RGB Variations
Color information
#24B07D (or 0x24B07D) is known color: Mountain Meadow. HEX triplet: 24, B0 and 7D. RGB value is (36,176,125). Sum of RGB (Red+Green+Blue) = 36+176+125=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #24B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B07D is #DB4F82. Grayscale: #808080. Windows color (decimal): -14372739 or 8237092. OLE color: 8237092.
HSL color Cylindrical-coordinate representation of color #24B07D: hue angle of 158.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B07D is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 176 | 125 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.31 |
| HSL | 158.14º | 0.66% | 0.42% | - |
| HSV(B) | 158.14º | 0.8% | 0.69% | - |
| XYZ | 19.95 | 32.91 | 24.7 | - |
| YUV | 128.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 125 | 0.80 | 0 | 0.29 | 0.31 | 158.14 | 0.66 | 0.42 |
| Hex | 24 | B0 | 7D | 50 | 0 | 1D | 1F | 9E | 42 | 2A |
| Octal | 44 | 260 | 175 | 120 | 0 | 35 | 37 | 236 | 102 | 52 |
| Binary | 100100 | 10110000 | 1111101 | 1010000 | 0 | 11101 | 11111 | 10011110 | 1000010 | 101010 |
Color Harmonies of #24B07D
Complementary color
Monochromatic Colors of #24B07D
Black with #24B07D
Text Example
Text Example
White with #24B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B07D; }
p { color: rgb(36,176,125); }
H1.HeaderClassName
{
color: #24B07D;
}
.AnyTagClassName
{
color: #24B07D;
}
</style>
background-color css
<style>
a { background-color: #24B07D; }
a { background-color: rgb(36,176,125); }
div.DivClassName
{
background-color: #24B07D;
}
.BgClassName
{
background-color: #24B07D;
}
</style>
border-color css
<style>
span { border-color: #24B07D; }
span { border-color: rgb(36,176,125); }
td.TdClassName
{
border-color: #24B07D;
}
.TagClassName
{
border-color: #24B07D;
}
</style>