Shades of Mantis #8BE552
Tints of Mantis #8BE552
RGB
CMYK
RGB Variations
Color information
#8BE552 (or 0x8BE552) is known color: Mantis. HEX triplet: 8B, E5 and 52. RGB value is (139,229,82). Sum of RGB (Red+Green+Blue) = 139+229+82=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE552 is #741AAD. Grayscale: #B9B9B9. Windows color (decimal): -7609006 or 5432715. OLE color: 5432715.
HSL color Cylindrical-coordinate representation of color #8BE552: hue angle of 96.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BE552 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 82 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.10 |
| HSL | 96.73º | 0.74% | 0.61% | - |
| HSV(B) | 96.73º | 0.64% | 0.9% | - |
| XYZ | 40.19 | 62.14 | 17.86 | - |
| YUV | 185.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 82 | 0.39 | 0 | 0.64 | 0.10 | 96.73 | 0.74 | 0.61 |
| Hex | 8B | E5 | 52 | 27 | 0 | 40 | A | 61 | 4A | 3D |
| Octal | 213 | 345 | 122 | 47 | 0 | 100 | 12 | 141 | 112 | 75 |
| Binary | 10001011 | 11100101 | 1010010 | 100111 | 0 | 1000000 | 1010 | 1100001 | 1001010 | 111101 |
Color Harmonies of #8BE552
Complementary color
Monochromatic Colors of #8BE552
Black with #8BE552
Text Example
Text Example
White with #8BE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE552; }
p { color: rgb(139,229,82); }
H1.HeaderClassName
{
color: #8BE552;
}
.AnyTagClassName
{
color: #8BE552;
}
</style>
background-color css
<style>
a { background-color: #8BE552; }
a { background-color: rgb(139,229,82); }
div.DivClassName
{
background-color: #8BE552;
}
.BgClassName
{
background-color: #8BE552;
}
</style>
border-color css
<style>
span { border-color: #8BE552; }
span { border-color: rgb(139,229,82); }
td.TdClassName
{
border-color: #8BE552;
}
.TagClassName
{
border-color: #8BE552;
}
</style>