Shades of Mantis #81CE67
Tints of Mantis #81CE67
RGB
CMYK
RGB Variations
Color information
#81CE67 (or 0x81CE67) is known color: Mantis. HEX triplet: 81, CE and 67. RGB value is (129,206,103). Sum of RGB (Red+Green+Blue) = 129+206+103=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE67 is #7E3198. Grayscale: #ABABAB. Windows color (decimal): -8270233 or 6803073. OLE color: 6803073.
HSL color Cylindrical-coordinate representation of color #81CE67: hue angle of 104.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81CE67 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 103 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.19 |
| HSL | 104.85º | 0.51% | 0.61% | - |
| HSV(B) | 104.85º | 0.5% | 0.81% | - |
| XYZ | 33.57 | 49.79 | 20.67 | - |
| YUV | 171.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 103 | 0.37 | 0 | 0.50 | 0.19 | 104.85 | 0.51 | 0.61 |
| Hex | 81 | CE | 67 | 25 | 0 | 32 | 13 | 69 | 33 | 3D |
| Octal | 201 | 316 | 147 | 45 | 0 | 62 | 23 | 151 | 63 | 75 |
| Binary | 10000001 | 11001110 | 1100111 | 100101 | 0 | 110010 | 10011 | 1101001 | 110011 | 111101 |
Color Harmonies of #81CE67
Complementary color
Monochromatic Colors of #81CE67
Black with #81CE67
Text Example
Text Example
White with #81CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE67; }
p { color: rgb(129,206,103); }
H1.HeaderClassName
{
color: #81CE67;
}
.AnyTagClassName
{
color: #81CE67;
}
</style>
background-color css
<style>
a { background-color: #81CE67; }
a { background-color: rgb(129,206,103); }
div.DivClassName
{
background-color: #81CE67;
}
.BgClassName
{
background-color: #81CE67;
}
</style>
border-color css
<style>
span { border-color: #81CE67; }
span { border-color: rgb(129,206,103); }
td.TdClassName
{
border-color: #81CE67;
}
.TagClassName
{
border-color: #81CE67;
}
</style>