Shades of Mantis #81CD4C
Tints of Mantis #81CD4C
RGB
CMYK
RGB Variations
Color information
#81CD4C (or 0x81CD4C) is known color: Mantis. HEX triplet: 81, CD and 4C. RGB value is (129,205,76). Sum of RGB (Red+Green+Blue) = 129+205+76=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CD4C is #7E32B3. Grayscale: #A8A8A8. Windows color (decimal): -8270516 or 5033345. OLE color: 5033345.
HSL color Cylindrical-coordinate representation of color #81CD4C: hue angle of 95.35º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81CD4C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 76 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.20 |
| HSL | 95.35º | 0.56% | 0.55% | - |
| HSV(B) | 95.35º | 0.63% | 0.8% | - |
| XYZ | 32.19 | 48.85 | 14.57 | - |
| YUV | 167.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 76 | 0.37 | 0 | 0.63 | 0.20 | 95.35 | 0.56 | 0.55 |
| Hex | 81 | CD | 4C | 25 | 0 | 3F | 14 | 5F | 38 | 37 |
| Octal | 201 | 315 | 114 | 45 | 0 | 77 | 24 | 137 | 70 | 67 |
| Binary | 10000001 | 11001101 | 1001100 | 100101 | 0 | 111111 | 10100 | 1011111 | 111000 | 110111 |
Color Harmonies of #81CD4C
Complementary color
Monochromatic Colors of #81CD4C
Black with #81CD4C
Text Example
Text Example
White with #81CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD4C; }
p { color: rgb(129,205,76); }
H1.HeaderClassName
{
color: #81CD4C;
}
.AnyTagClassName
{
color: #81CD4C;
}
</style>
background-color css
<style>
a { background-color: #81CD4C; }
a { background-color: rgb(129,205,76); }
div.DivClassName
{
background-color: #81CD4C;
}
.BgClassName
{
background-color: #81CD4C;
}
</style>
border-color css
<style>
span { border-color: #81CD4C; }
span { border-color: rgb(129,205,76); }
td.TdClassName
{
border-color: #81CD4C;
}
.TagClassName
{
border-color: #81CD4C;
}
</style>