Shades of Mantis #81CA67
Tints of Mantis #81CA67
RGB
CMYK
RGB Variations
Color information
#81CA67 (or 0x81CA67) is known color: Mantis. HEX triplet: 81, CA and 67. RGB value is (129,202,103). Sum of RGB (Red+Green+Blue) = 129+202+103=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA67 is #7E3598. Grayscale: #A9A9A9. Windows color (decimal): -8271257 or 6802049. OLE color: 6802049.
HSL color Cylindrical-coordinate representation of color #81CA67: hue angle of 104.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81CA67 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 103 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.21 |
| HSL | 104.24º | 0.48% | 0.6% | - |
| HSV(B) | 104.24º | 0.49% | 0.79% | - |
| XYZ | 32.62 | 47.89 | 20.36 | - |
| YUV | 168.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 103 | 0.36 | 0 | 0.49 | 0.21 | 104.24 | 0.48 | 0.6 |
| Hex | 81 | CA | 67 | 24 | 0 | 31 | 15 | 68 | 30 | 3C |
| Octal | 201 | 312 | 147 | 44 | 0 | 61 | 25 | 150 | 60 | 74 |
| Binary | 10000001 | 11001010 | 1100111 | 100100 | 0 | 110001 | 10101 | 1101000 | 110000 | 111100 |
Color Harmonies of #81CA67
Complementary color
Monochromatic Colors of #81CA67
Black with #81CA67
Text Example
Text Example
White with #81CA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA67; }
p { color: rgb(129,202,103); }
H1.HeaderClassName
{
color: #81CA67;
}
.AnyTagClassName
{
color: #81CA67;
}
</style>
background-color css
<style>
a { background-color: #81CA67; }
a { background-color: rgb(129,202,103); }
div.DivClassName
{
background-color: #81CA67;
}
.BgClassName
{
background-color: #81CA67;
}
</style>
border-color css
<style>
span { border-color: #81CA67; }
span { border-color: rgb(129,202,103); }
td.TdClassName
{
border-color: #81CA67;
}
.TagClassName
{
border-color: #81CA67;
}
</style>