Shades of Mantis #8CDA50
Tints of Mantis #8CDA50
RGB
CMYK
RGB Variations
Color information
#8CDA50 (or 0x8CDA50) is known color: Mantis. HEX triplet: 8C, DA and 50. RGB value is (140,218,80). Sum of RGB (Red+Green+Blue) = 140+218+80=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA50 is #7325AF. Grayscale: #B3B3B3. Windows color (decimal): -7546288 or 5298828. OLE color: 5298828.
HSL color Cylindrical-coordinate representation of color #8CDA50: hue angle of 93.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CDA50 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 80 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.15 |
| HSL | 93.91º | 0.65% | 0.58% | - |
| HSV(B) | 93.91º | 0.63% | 0.85% | - |
| XYZ | 37.33 | 56.3 | 16.49 | - |
| YUV | 178.95 | 72.16 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 80 | 0.36 | 0 | 0.63 | 0.15 | 93.91 | 0.65 | 0.58 |
| Hex | 8C | DA | 50 | 24 | 0 | 3F | F | 5E | 41 | 3A |
| Octal | 214 | 332 | 120 | 44 | 0 | 77 | 17 | 136 | 101 | 72 |
| Binary | 10001100 | 11011010 | 1010000 | 100100 | 0 | 111111 | 1111 | 1011110 | 1000001 | 111010 |
Color Harmonies of #8CDA50
Complementary color
Monochromatic Colors of #8CDA50
Black with #8CDA50
Text Example
Text Example
White with #8CDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA50; }
p { color: rgb(140,218,80); }
H1.HeaderClassName
{
color: #8CDA50;
}
.AnyTagClassName
{
color: #8CDA50;
}
</style>
background-color css
<style>
a { background-color: #8CDA50; }
a { background-color: rgb(140,218,80); }
div.DivClassName
{
background-color: #8CDA50;
}
.BgClassName
{
background-color: #8CDA50;
}
</style>
border-color css
<style>
span { border-color: #8CDA50; }
span { border-color: rgb(140,218,80); }
td.TdClassName
{
border-color: #8CDA50;
}
.TagClassName
{
border-color: #8CDA50;
}
</style>