Shades of Mantis #81CD5C
Tints of Mantis #81CD5C
RGB
CMYK
RGB Variations
Color information
#81CD5C (or 0x81CD5C) is known color: Mantis. HEX triplet: 81, CD and 5C. RGB value is (129,205,92). Sum of RGB (Red+Green+Blue) = 129+205+92=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD5C is #7E32A3. Grayscale: #A9A9A9. Windows color (decimal): -8270500 or 6081921. OLE color: 6081921.
HSL color Cylindrical-coordinate representation of color #81CD5C: hue angle of 100.35º degrees, saturation: 0.53, 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 #81CD5C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 92 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.20 |
| HSL | 100.35º | 0.53% | 0.58% | - |
| HSV(B) | 100.35º | 0.55% | 0.8% | - |
| XYZ | 32.82 | 49.1 | 17.87 | - |
| YUV | 169.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 92 | 0.37 | 0 | 0.55 | 0.20 | 100.35 | 0.53 | 0.58 |
| Hex | 81 | CD | 5C | 25 | 0 | 37 | 14 | 64 | 35 | 3A |
| Octal | 201 | 315 | 134 | 45 | 0 | 67 | 24 | 144 | 65 | 72 |
| Binary | 10000001 | 11001101 | 1011100 | 100101 | 0 | 110111 | 10100 | 1100100 | 110101 | 111010 |
Color Harmonies of #81CD5C
Complementary color
Monochromatic Colors of #81CD5C
Black with #81CD5C
Text Example
Text Example
White with #81CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD5C; }
p { color: rgb(129,205,92); }
H1.HeaderClassName
{
color: #81CD5C;
}
.AnyTagClassName
{
color: #81CD5C;
}
</style>
background-color css
<style>
a { background-color: #81CD5C; }
a { background-color: rgb(129,205,92); }
div.DivClassName
{
background-color: #81CD5C;
}
.BgClassName
{
background-color: #81CD5C;
}
</style>
border-color css
<style>
span { border-color: #81CD5C; }
span { border-color: rgb(129,205,92); }
td.TdClassName
{
border-color: #81CD5C;
}
.TagClassName
{
border-color: #81CD5C;
}
</style>