Shades of Mantis #8DD263
Tints of Mantis #8DD263
RGB
CMYK
RGB Variations
Color information
#8DD263 (or 0x8DD263) is known color: Mantis. HEX triplet: 8D, D2 and 63. RGB value is (141,210,99). Sum of RGB (Red+Green+Blue) = 141+210+99=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD263 is #722D9C. Grayscale: #B1B1B1. Windows color (decimal): -7482781 or 6541965. OLE color: 6541965.
HSL color Cylindrical-coordinate representation of color #8DD263: hue angle of 97.3º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DD263 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 99 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.18 |
| HSL | 97.3º | 0.55% | 0.61% | - |
| HSV(B) | 97.3º | 0.53% | 0.82% | - |
| XYZ | 36.28 | 52.66 | 20.06 | - |
| YUV | 176.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 99 | 0.33 | 0 | 0.53 | 0.18 | 97.3 | 0.55 | 0.61 |
| Hex | 8D | D2 | 63 | 21 | 0 | 35 | 12 | 61 | 37 | 3D |
| Octal | 215 | 322 | 143 | 41 | 0 | 65 | 22 | 141 | 67 | 75 |
| Binary | 10001101 | 11010010 | 1100011 | 100001 | 0 | 110101 | 10010 | 1100001 | 110111 | 111101 |
Color Harmonies of #8DD263
Complementary color
Monochromatic Colors of #8DD263
Black with #8DD263
Text Example
Text Example
White with #8DD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD263; }
p { color: rgb(141,210,99); }
H1.HeaderClassName
{
color: #8DD263;
}
.AnyTagClassName
{
color: #8DD263;
}
</style>
background-color css
<style>
a { background-color: #8DD263; }
a { background-color: rgb(141,210,99); }
div.DivClassName
{
background-color: #8DD263;
}
.BgClassName
{
background-color: #8DD263;
}
</style>
border-color css
<style>
span { border-color: #8DD263; }
span { border-color: rgb(141,210,99); }
td.TdClassName
{
border-color: #8DD263;
}
.TagClassName
{
border-color: #8DD263;
}
</style>