Shades of Mantis #8CEE55
Tints of Mantis #8CEE55
RGB
CMYK
RGB Variations
Color information
#8CEE55 (or 0x8CEE55) is known color: Mantis. HEX triplet: 8C, EE and 55. RGB value is (140,238,85). Sum of RGB (Red+Green+Blue) = 140+238+85=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEE55 is #7311AA. Grayscale: #BFBFBF. Windows color (decimal): -7541163 or 5631628. OLE color: 5631628.
HSL color Cylindrical-coordinate representation of color #8CEE55: hue angle of 98.43º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CEE55 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 85 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.07 |
| HSL | 98.43º | 0.82% | 0.63% | - |
| HSV(B) | 98.43º | 0.64% | 0.93% | - |
| XYZ | 43.03 | 67.38 | 19.33 | - |
| YUV | 191.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 85 | 0.41 | 0 | 0.64 | 0.07 | 98.43 | 0.82 | 0.63 |
| Hex | 8C | EE | 55 | 29 | 0 | 40 | 7 | 62 | 52 | 3F |
| Octal | 214 | 356 | 125 | 51 | 0 | 100 | 7 | 142 | 122 | 77 |
| Binary | 10001100 | 11101110 | 1010101 | 101001 | 0 | 1000000 | 111 | 1100010 | 1010010 | 111111 |
Color Harmonies of #8CEE55
Complementary color
Monochromatic Colors of #8CEE55
Black with #8CEE55
Text Example
Text Example
White with #8CEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEE55; }
p { color: rgb(140,238,85); }
H1.HeaderClassName
{
color: #8CEE55;
}
.AnyTagClassName
{
color: #8CEE55;
}
</style>
background-color css
<style>
a { background-color: #8CEE55; }
a { background-color: rgb(140,238,85); }
div.DivClassName
{
background-color: #8CEE55;
}
.BgClassName
{
background-color: #8CEE55;
}
</style>
border-color css
<style>
span { border-color: #8CEE55; }
span { border-color: rgb(140,238,85); }
td.TdClassName
{
border-color: #8CEE55;
}
.TagClassName
{
border-color: #8CEE55;
}
</style>