Shades of Mantis #8CE452
Tints of Mantis #8CE452
RGB
CMYK
RGB Variations
Color information
#8CE452 (or 0x8CE452) is known color: Mantis. HEX triplet: 8C, E4 and 52. RGB value is (140,228,82). Sum of RGB (Red+Green+Blue) = 140+228+82=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE452 is #731BAD. Grayscale: #B9B9B9. Windows color (decimal): -7543726 or 5432460. OLE color: 5432460.
HSL color Cylindrical-coordinate representation of color #8CE452: hue angle of 96.16º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CE452 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 82 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.11 |
| HSL | 96.16º | 0.73% | 0.61% | - |
| HSV(B) | 96.16º | 0.64% | 0.89% | - |
| XYZ | 40.08 | 61.67 | 17.77 | - |
| YUV | 185.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 82 | 0.39 | 0 | 0.64 | 0.11 | 96.16 | 0.73 | 0.61 |
| Hex | 8C | E4 | 52 | 27 | 0 | 40 | B | 60 | 49 | 3D |
| Octal | 214 | 344 | 122 | 47 | 0 | 100 | 13 | 140 | 111 | 75 |
| Binary | 10001100 | 11100100 | 1010010 | 100111 | 0 | 1000000 | 1011 | 1100000 | 1001001 | 111101 |
Color Harmonies of #8CE452
Complementary color
Monochromatic Colors of #8CE452
Black with #8CE452
Text Example
Text Example
White with #8CE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE452; }
p { color: rgb(140,228,82); }
H1.HeaderClassName
{
color: #8CE452;
}
.AnyTagClassName
{
color: #8CE452;
}
</style>
background-color css
<style>
a { background-color: #8CE452; }
a { background-color: rgb(140,228,82); }
div.DivClassName
{
background-color: #8CE452;
}
.BgClassName
{
background-color: #8CE452;
}
</style>
border-color css
<style>
span { border-color: #8CE452; }
span { border-color: rgb(140,228,82); }
td.TdClassName
{
border-color: #8CE452;
}
.TagClassName
{
border-color: #8CE452;
}
</style>