Shades of Mountain Meadow #24BC85
Tints of Mountain Meadow #24BC85
RGB
CMYK
RGB Variations
Color information
#24BC85 (or 0x24BC85) is known color: Mountain Meadow. HEX triplet: 24, BC and 85. RGB value is (36,188,133). Sum of RGB (Red+Green+Blue) = 36+188+133=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #24BC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BC85 is #DB437A. Grayscale: #888888. Windows color (decimal): -14369659 or 8764452. OLE color: 8764452.
HSL color Cylindrical-coordinate representation of color #24BC85: hue angle of 158.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BC85 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 133 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.26 |
| HSL | 158.29º | 0.68% | 0.44% | - |
| HSV(B) | 158.29º | 0.81% | 0.74% | - |
| XYZ | 22.94 | 38.03 | 28.32 | - |
| YUV | 136.28 | 126.14 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 133 | 0.81 | 0 | 0.29 | 0.26 | 158.29 | 0.68 | 0.44 |
| Hex | 24 | BC | 85 | 51 | 0 | 1D | 1A | 9E | 44 | 2C |
| Octal | 44 | 274 | 205 | 121 | 0 | 35 | 32 | 236 | 104 | 54 |
| Binary | 100100 | 10111100 | 10000101 | 1010001 | 0 | 11101 | 11010 | 10011110 | 1000100 | 101100 |
Color Harmonies of #24BC85
Complementary color
Monochromatic Colors of #24BC85
Black with #24BC85
Text Example
Text Example
White with #24BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BC85; }
p { color: rgb(36,188,133); }
H1.HeaderClassName
{
color: #24BC85;
}
.AnyTagClassName
{
color: #24BC85;
}
</style>
background-color css
<style>
a { background-color: #24BC85; }
a { background-color: rgb(36,188,133); }
div.DivClassName
{
background-color: #24BC85;
}
.BgClassName
{
background-color: #24BC85;
}
</style>
border-color css
<style>
span { border-color: #24BC85; }
span { border-color: rgb(36,188,133); }
td.TdClassName
{
border-color: #24BC85;
}
.TagClassName
{
border-color: #24BC85;
}
</style>