Shades of Mantis #8AD250
Tints of Mantis #8AD250
RGB
CMYK
RGB Variations
Color information
#8AD250 (or 0x8AD250) is known color: Mantis. HEX triplet: 8A, D2 and 50. RGB value is (138,210,80). Sum of RGB (Red+Green+Blue) = 138+210+80=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD250 is #752DAF. Grayscale: #AEAEAE. Windows color (decimal): -7679408 or 5296778. OLE color: 5296778.
HSL color Cylindrical-coordinate representation of color #8AD250: hue angle of 93.23º 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 #8AD250 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 80 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.18 |
| HSL | 93.23º | 0.59% | 0.57% | - |
| HSV(B) | 93.23º | 0.62% | 0.82% | - |
| XYZ | 34.98 | 52.08 | 15.8 | - |
| YUV | 173.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 80 | 0.34 | 0 | 0.62 | 0.18 | 93.23 | 0.59 | 0.57 |
| Hex | 8A | D2 | 50 | 22 | 0 | 3E | 12 | 5D | 3B | 39 |
| Octal | 212 | 322 | 120 | 42 | 0 | 76 | 22 | 135 | 73 | 71 |
| Binary | 10001010 | 11010010 | 1010000 | 100010 | 0 | 111110 | 10010 | 1011101 | 111011 | 111001 |
Color Harmonies of #8AD250
Complementary color
Monochromatic Colors of #8AD250
Black with #8AD250
Text Example
Text Example
White with #8AD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD250; }
p { color: rgb(138,210,80); }
H1.HeaderClassName
{
color: #8AD250;
}
.AnyTagClassName
{
color: #8AD250;
}
</style>
background-color css
<style>
a { background-color: #8AD250; }
a { background-color: rgb(138,210,80); }
div.DivClassName
{
background-color: #8AD250;
}
.BgClassName
{
background-color: #8AD250;
}
</style>
border-color css
<style>
span { border-color: #8AD250; }
span { border-color: rgb(138,210,80); }
td.TdClassName
{
border-color: #8AD250;
}
.TagClassName
{
border-color: #8AD250;
}
</style>