Shades of Mountain Meadow #24BF80
Tints of Mountain Meadow #24BF80
RGB
CMYK
RGB Variations
Color information
#24BF80 (or 0x24BF80) is known color: Mountain Meadow. HEX triplet: 24, BF and 80. RGB value is (36,191,128). Sum of RGB (Red+Green+Blue) = 36+191+128=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BF80 is #DB407F. Grayscale: #898989. Windows color (decimal): -14368896 or 8437540. OLE color: 8437540.
HSL color Cylindrical-coordinate representation of color #24BF80: hue angle of 155.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BF80 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 128 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.25 |
| HSL | 155.61º | 0.68% | 0.45% | - |
| HSV(B) | 155.61º | 0.81% | 0.75% | - |
| XYZ | 23.25 | 39.2 | 26.76 | - |
| YUV | 137.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 128 | 0.81 | 0 | 0.33 | 0.25 | 155.61 | 0.68 | 0.45 |
| Hex | 24 | BF | 80 | 51 | 0 | 21 | 19 | 9C | 44 | 2D |
| Octal | 44 | 277 | 200 | 121 | 0 | 41 | 31 | 234 | 104 | 55 |
| Binary | 100100 | 10111111 | 10000000 | 1010001 | 0 | 100001 | 11001 | 10011100 | 1000100 | 101101 |
Color Harmonies of #24BF80
Complementary color
Monochromatic Colors of #24BF80
Black with #24BF80
Text Example
Text Example
White with #24BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF80; }
p { color: rgb(36,191,128); }
H1.HeaderClassName
{
color: #24BF80;
}
.AnyTagClassName
{
color: #24BF80;
}
</style>
background-color css
<style>
a { background-color: #24BF80; }
a { background-color: rgb(36,191,128); }
div.DivClassName
{
background-color: #24BF80;
}
.BgClassName
{
background-color: #24BF80;
}
</style>
border-color css
<style>
span { border-color: #24BF80; }
span { border-color: rgb(36,191,128); }
td.TdClassName
{
border-color: #24BF80;
}
.TagClassName
{
border-color: #24BF80;
}
</style>