Shades of Dark Pastel Green #24BA50
Tints of Dark Pastel Green #24BA50
RGB
CMYK
RGB Variations
Color information
#24BA50 (or 0x24BA50) is known color: Dark Pastel Green. HEX triplet: 24, BA and 50. RGB value is (36,186,80). Sum of RGB (Red+Green+Blue) = 36+186+80=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BA50 is #DB45AF. Grayscale: #818181. Windows color (decimal): -14370224 or 5290532. OLE color: 5290532.
HSL color Cylindrical-coordinate representation of color #24BA50: hue angle of 137.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BA50 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 80 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.27 |
| HSL | 137.6º | 0.68% | 0.44% | - |
| HSV(B) | 137.6º | 0.81% | 0.73% | - |
| XYZ | 19.73 | 36.07 | 13.51 | - |
| YUV | 129.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 80 | 0.81 | 0 | 0.57 | 0.27 | 137.6 | 0.68 | 0.44 |
| Hex | 24 | BA | 50 | 51 | 0 | 39 | 1B | 8A | 44 | 2C |
| Octal | 44 | 272 | 120 | 121 | 0 | 71 | 33 | 212 | 104 | 54 |
| Binary | 100100 | 10111010 | 1010000 | 1010001 | 0 | 111001 | 11011 | 10001010 | 1000100 | 101100 |
Color Harmonies of #24BA50
Complementary color
Monochromatic Colors of #24BA50
Black with #24BA50
Text Example
Text Example
White with #24BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA50; }
p { color: rgb(36,186,80); }
H1.HeaderClassName
{
color: #24BA50;
}
.AnyTagClassName
{
color: #24BA50;
}
</style>
background-color css
<style>
a { background-color: #24BA50; }
a { background-color: rgb(36,186,80); }
div.DivClassName
{
background-color: #24BA50;
}
.BgClassName
{
background-color: #24BA50;
}
</style>
border-color css
<style>
span { border-color: #24BA50; }
span { border-color: rgb(36,186,80); }
td.TdClassName
{
border-color: #24BA50;
}
.TagClassName
{
border-color: #24BA50;
}
</style>