Shades of Mantis #8ACD51
Tints of Mantis #8ACD51
RGB
CMYK
RGB Variations
Color information
#8ACD51 (or 0x8ACD51) is known color: Mantis. HEX triplet: 8A, CD and 51. RGB value is (138,205,81). Sum of RGB (Red+Green+Blue) = 138+205+81=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD51 is #7532AE. Grayscale: #ABABAB. Windows color (decimal): -7680687 or 5361034. OLE color: 5361034.
HSL color Cylindrical-coordinate representation of color #8ACD51: hue angle of 92.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ACD51 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 81 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.20 |
| HSL | 92.42º | 0.55% | 0.56% | - |
| HSV(B) | 92.42º | 0.6% | 0.8% | - |
| XYZ | 33.8 | 49.66 | 15.59 | - |
| YUV | 170.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 81 | 0.33 | 0 | 0.60 | 0.20 | 92.42 | 0.55 | 0.56 |
| Hex | 8A | CD | 51 | 21 | 0 | 3C | 14 | 5C | 37 | 38 |
| Octal | 212 | 315 | 121 | 41 | 0 | 74 | 24 | 134 | 67 | 70 |
| Binary | 10001010 | 11001101 | 1010001 | 100001 | 0 | 111100 | 10100 | 1011100 | 110111 | 111000 |
Color Harmonies of #8ACD51
Complementary color
Monochromatic Colors of #8ACD51
Black with #8ACD51
Text Example
Text Example
White with #8ACD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD51; }
p { color: rgb(138,205,81); }
H1.HeaderClassName
{
color: #8ACD51;
}
.AnyTagClassName
{
color: #8ACD51;
}
</style>
background-color css
<style>
a { background-color: #8ACD51; }
a { background-color: rgb(138,205,81); }
div.DivClassName
{
background-color: #8ACD51;
}
.BgClassName
{
background-color: #8ACD51;
}
</style>
border-color css
<style>
span { border-color: #8ACD51; }
span { border-color: rgb(138,205,81); }
td.TdClassName
{
border-color: #8ACD51;
}
.TagClassName
{
border-color: #8ACD51;
}
</style>