Shades of Mantis #8DD24F
Tints of Mantis #8DD24F
RGB
CMYK
RGB Variations
Color information
#8DD24F (or 0x8DD24F) is known color: Mantis. HEX triplet: 8D, D2 and 4F. RGB value is (141,210,79). Sum of RGB (Red+Green+Blue) = 141+210+79=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD24F is #722DB0. Grayscale: #AEAEAE. Windows color (decimal): -7482801 or 5231245. OLE color: 5231245.
HSL color Cylindrical-coordinate representation of color #8DD24F: hue angle of 91.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DD24F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 79 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.18 |
| HSL | 91.6º | 0.59% | 0.57% | - |
| HSV(B) | 91.6º | 0.62% | 0.82% | - |
| XYZ | 35.44 | 52.32 | 15.63 | - |
| YUV | 174.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 79 | 0.33 | 0 | 0.62 | 0.18 | 91.6 | 0.59 | 0.57 |
| Hex | 8D | D2 | 4F | 21 | 0 | 3E | 12 | 5C | 3B | 39 |
| Octal | 215 | 322 | 117 | 41 | 0 | 76 | 22 | 134 | 73 | 71 |
| Binary | 10001101 | 11010010 | 1001111 | 100001 | 0 | 111110 | 10010 | 1011100 | 111011 | 111001 |
Color Harmonies of #8DD24F
Complementary color
Monochromatic Colors of #8DD24F
Black with #8DD24F
Text Example
Text Example
White with #8DD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD24F; }
p { color: rgb(141,210,79); }
H1.HeaderClassName
{
color: #8DD24F;
}
.AnyTagClassName
{
color: #8DD24F;
}
</style>
background-color css
<style>
a { background-color: #8DD24F; }
a { background-color: rgb(141,210,79); }
div.DivClassName
{
background-color: #8DD24F;
}
.BgClassName
{
background-color: #8DD24F;
}
</style>
border-color css
<style>
span { border-color: #8DD24F; }
span { border-color: rgb(141,210,79); }
td.TdClassName
{
border-color: #8DD24F;
}
.TagClassName
{
border-color: #8DD24F;
}
</style>