Shades of Mantis #8AEF58
Tints of Mantis #8AEF58
RGB
CMYK
RGB Variations
Color information
#8AEF58 (or 0x8AEF58) is known color: Mantis. HEX triplet: 8A, EF and 58. RGB value is (138,239,88). Sum of RGB (Red+Green+Blue) = 138+239+88=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEF58 is #7510A7. Grayscale: #C0C0C0. Windows color (decimal): -7671976 or 5828490. OLE color: 5828490.
HSL color Cylindrical-coordinate representation of color #8AEF58: hue angle of 100.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AEF58 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 88 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.06 |
| HSL | 100.13º | 0.83% | 0.64% | - |
| HSV(B) | 100.13º | 0.63% | 0.94% | - |
| XYZ | 43.11 | 67.84 | 20.06 | - |
| YUV | 191.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 88 | 0.42 | 0 | 0.63 | 0.06 | 100.13 | 0.83 | 0.64 |
| Hex | 8A | EF | 58 | 2A | 0 | 3F | 6 | 64 | 53 | 40 |
| Octal | 212 | 357 | 130 | 52 | 0 | 77 | 6 | 144 | 123 | 100 |
| Binary | 10001010 | 11101111 | 1011000 | 101010 | 0 | 111111 | 110 | 1100100 | 1010011 | 1000000 |
Color Harmonies of #8AEF58
Complementary color
Monochromatic Colors of #8AEF58
Black with #8AEF58
Text Example
Text Example
White with #8AEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF58; }
p { color: rgb(138,239,88); }
H1.HeaderClassName
{
color: #8AEF58;
}
.AnyTagClassName
{
color: #8AEF58;
}
</style>
background-color css
<style>
a { background-color: #8AEF58; }
a { background-color: rgb(138,239,88); }
div.DivClassName
{
background-color: #8AEF58;
}
.BgClassName
{
background-color: #8AEF58;
}
</style>
border-color css
<style>
span { border-color: #8AEF58; }
span { border-color: rgb(138,239,88); }
td.TdClassName
{
border-color: #8AEF58;
}
.TagClassName
{
border-color: #8AEF58;
}
</style>