Shades of Mantis #81C367
Tints of Mantis #81C367
RGB
CMYK
RGB Variations
Color information
#81C367 (or 0x81C367) is known color: Mantis. HEX triplet: 81, C3 and 67. RGB value is (129,195,103). Sum of RGB (Red+Green+Blue) = 129+195+103=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #81C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C367 is #7E3C98. Grayscale: #A5A5A5. Windows color (decimal): -8273049 or 6800257. OLE color: 6800257.
HSL color Cylindrical-coordinate representation of color #81C367: hue angle of 103.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81C367 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 103 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.24 |
| HSL | 103.04º | 0.43% | 0.58% | - |
| HSV(B) | 103.04º | 0.47% | 0.76% | - |
| XYZ | 31.02 | 44.68 | 19.82 | - |
| YUV | 164.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 103 | 0.34 | 0 | 0.47 | 0.24 | 103.04 | 0.43 | 0.58 |
| Hex | 81 | C3 | 67 | 22 | 0 | 2F | 18 | 67 | 2B | 3A |
| Octal | 201 | 303 | 147 | 42 | 0 | 57 | 30 | 147 | 53 | 72 |
| Binary | 10000001 | 11000011 | 1100111 | 100010 | 0 | 101111 | 11000 | 1100111 | 101011 | 111010 |
Color Harmonies of #81C367
Complementary color
Monochromatic Colors of #81C367
Black with #81C367
Text Example
Text Example
White with #81C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C367; }
p { color: rgb(129,195,103); }
H1.HeaderClassName
{
color: #81C367;
}
.AnyTagClassName
{
color: #81C367;
}
</style>
background-color css
<style>
a { background-color: #81C367; }
a { background-color: rgb(129,195,103); }
div.DivClassName
{
background-color: #81C367;
}
.BgClassName
{
background-color: #81C367;
}
</style>
border-color css
<style>
span { border-color: #81C367; }
span { border-color: rgb(129,195,103); }
td.TdClassName
{
border-color: #81C367;
}
.TagClassName
{
border-color: #81C367;
}
</style>