Shades of Mantis #81CC5C
Tints of Mantis #81CC5C
RGB
CMYK
RGB Variations
Color information
#81CC5C (or 0x81CC5C) is known color: Mantis. HEX triplet: 81, CC and 5C. RGB value is (129,204,92). Sum of RGB (Red+Green+Blue) = 129+204+92=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC5C is #7E33A3. Grayscale: #A9A9A9. Windows color (decimal): -8270756 or 6081665. OLE color: 6081665.
HSL color Cylindrical-coordinate representation of color #81CC5C: hue angle of 100.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81CC5C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 92 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.2 |
| HSL | 100.18º | 0.52% | 0.58% | - |
| HSV(B) | 100.18º | 0.55% | 0.8% | - |
| XYZ | 32.58 | 48.63 | 17.79 | - |
| YUV | 168.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 92 | 0.37 | 0 | 0.55 | 0.2 | 100.18 | 0.52 | 0.58 |
| Hex | 81 | CC | 5C | 25 | 0 | 37 | 14 | 64 | 34 | 3A |
| Octal | 201 | 314 | 134 | 45 | 0 | 67 | 24 | 144 | 64 | 72 |
| Binary | 10000001 | 11001100 | 1011100 | 100101 | 0 | 110111 | 10100 | 1100100 | 110100 | 111010 |
Color Harmonies of #81CC5C
Complementary color
Monochromatic Colors of #81CC5C
Black with #81CC5C
Text Example
Text Example
White with #81CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC5C; }
p { color: rgb(129,204,92); }
H1.HeaderClassName
{
color: #81CC5C;
}
.AnyTagClassName
{
color: #81CC5C;
}
</style>
background-color css
<style>
a { background-color: #81CC5C; }
a { background-color: rgb(129,204,92); }
div.DivClassName
{
background-color: #81CC5C;
}
.BgClassName
{
background-color: #81CC5C;
}
</style>
border-color css
<style>
span { border-color: #81CC5C; }
span { border-color: rgb(129,204,92); }
td.TdClassName
{
border-color: #81CC5C;
}
.TagClassName
{
border-color: #81CC5C;
}
</style>