Shades of Mantis #81C258
Tints of Mantis #81C258
RGB
CMYK
RGB Variations
Color information
#81C258 (or 0x81C258) is known color: Mantis. HEX triplet: 81, C2 and 58. RGB value is (129,194,88). Sum of RGB (Red+Green+Blue) = 129+194+88=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #81C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C258 is #7E3DA7. Grayscale: #A2A2A2. Windows color (decimal): -8273320 or 5816961. OLE color: 5816961.
HSL color Cylindrical-coordinate representation of color #81C258: hue angle of 96.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81C258 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 88 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.24 |
| HSL | 96.79º | 0.46% | 0.55% | - |
| HSV(B) | 96.79º | 0.55% | 0.76% | - |
| XYZ | 30.11 | 43.96 | 16.13 | - |
| YUV | 162.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 88 | 0.34 | 0 | 0.55 | 0.24 | 96.79 | 0.46 | 0.55 |
| Hex | 81 | C2 | 58 | 22 | 0 | 37 | 18 | 61 | 2E | 37 |
| Octal | 201 | 302 | 130 | 42 | 0 | 67 | 30 | 141 | 56 | 67 |
| Binary | 10000001 | 11000010 | 1011000 | 100010 | 0 | 110111 | 11000 | 1100001 | 101110 | 110111 |
Color Harmonies of #81C258
Complementary color
Monochromatic Colors of #81C258
Black with #81C258
Text Example
Text Example
White with #81C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C258; }
p { color: rgb(129,194,88); }
H1.HeaderClassName
{
color: #81C258;
}
.AnyTagClassName
{
color: #81C258;
}
</style>
background-color css
<style>
a { background-color: #81C258; }
a { background-color: rgb(129,194,88); }
div.DivClassName
{
background-color: #81C258;
}
.BgClassName
{
background-color: #81C258;
}
</style>
border-color css
<style>
span { border-color: #81C258; }
span { border-color: rgb(129,194,88); }
td.TdClassName
{
border-color: #81C258;
}
.TagClassName
{
border-color: #81C258;
}
</style>