Shades of Mantis #81C642
Tints of Mantis #81C642
RGB
CMYK
RGB Variations
Color information
#81C642 (or 0x81C642) is known color: Mantis. HEX triplet: 81, C6 and 42. RGB value is (129,198,66). Sum of RGB (Red+Green+Blue) = 129+198+66=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #81C642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C642 is #7E39BD. Grayscale: #A2A2A2. Windows color (decimal): -8272318 or 4376193. OLE color: 4376193.
HSL color Cylindrical-coordinate representation of color #81C642: hue angle of 91.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81C642 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 66 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.22 |
| HSL | 91.36º | 0.54% | 0.52% | - |
| HSV(B) | 91.36º | 0.67% | 0.78% | - |
| XYZ | 30.23 | 45.45 | 12.33 | - |
| YUV | 162.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 66 | 0.35 | 0 | 0.67 | 0.22 | 91.36 | 0.54 | 0.52 |
| Hex | 81 | C6 | 42 | 23 | 0 | 43 | 16 | 5B | 36 | 34 |
| Octal | 201 | 306 | 102 | 43 | 0 | 103 | 26 | 133 | 66 | 64 |
| Binary | 10000001 | 11000110 | 1000010 | 100011 | 0 | 1000011 | 10110 | 1011011 | 110110 | 110100 |
Color Harmonies of #81C642
Complementary color
Monochromatic Colors of #81C642
Black with #81C642
Text Example
Text Example
White with #81C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C642; }
p { color: rgb(129,198,66); }
H1.HeaderClassName
{
color: #81C642;
}
.AnyTagClassName
{
color: #81C642;
}
</style>
background-color css
<style>
a { background-color: #81C642; }
a { background-color: rgb(129,198,66); }
div.DivClassName
{
background-color: #81C642;
}
.BgClassName
{
background-color: #81C642;
}
</style>
border-color css
<style>
span { border-color: #81C642; }
span { border-color: rgb(129,198,66); }
td.TdClassName
{
border-color: #81C642;
}
.TagClassName
{
border-color: #81C642;
}
</style>