Shades of Mantis #81C652
Tints of Mantis #81C652
RGB
CMYK
RGB Variations
Color information
#81C652 (or 0x81C652) is known color: Mantis. HEX triplet: 81, C6 and 52. RGB value is (129,198,82). Sum of RGB (Red+Green+Blue) = 129+198+82=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #81C652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C652 is #7E39AD. Grayscale: #A4A4A4. Windows color (decimal): -8272302 or 5424769. OLE color: 5424769.
HSL color Cylindrical-coordinate representation of color #81C652: hue angle of 95.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C652 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 82 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.22 |
| HSL | 95.69º | 0.5% | 0.55% | - |
| HSV(B) | 95.69º | 0.59% | 0.78% | - |
| XYZ | 30.77 | 45.66 | 15.18 | - |
| YUV | 164.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 82 | 0.35 | 0 | 0.59 | 0.22 | 95.69 | 0.5 | 0.55 |
| Hex | 81 | C6 | 52 | 23 | 0 | 3B | 16 | 60 | 32 | 37 |
| Octal | 201 | 306 | 122 | 43 | 0 | 73 | 26 | 140 | 62 | 67 |
| Binary | 10000001 | 11000110 | 1010010 | 100011 | 0 | 111011 | 10110 | 1100000 | 110010 | 110111 |
Color Harmonies of #81C652
Complementary color
Monochromatic Colors of #81C652
Black with #81C652
Text Example
Text Example
White with #81C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C652; }
p { color: rgb(129,198,82); }
H1.HeaderClassName
{
color: #81C652;
}
.AnyTagClassName
{
color: #81C652;
}
</style>
background-color css
<style>
a { background-color: #81C652; }
a { background-color: rgb(129,198,82); }
div.DivClassName
{
background-color: #81C652;
}
.BgClassName
{
background-color: #81C652;
}
</style>
border-color css
<style>
span { border-color: #81C652; }
span { border-color: rgb(129,198,82); }
td.TdClassName
{
border-color: #81C652;
}
.TagClassName
{
border-color: #81C652;
}
</style>