Shades of Mantis #8CC250
Tints of Mantis #8CC250
RGB
CMYK
RGB Variations
Color information
#8CC250 (or 0x8CC250) is known color: Mantis. HEX triplet: 8C, C2 and 50. RGB value is (140,194,80). Sum of RGB (Red+Green+Blue) = 140+194+80=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC250 is #733DAF. Grayscale: #A5A5A5. Windows color (decimal): -7552432 or 5292684. OLE color: 5292684.
HSL color Cylindrical-coordinate representation of color #8CC250: hue angle of 88.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC250 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 80 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.24 |
| HSL | 88.42º | 0.48% | 0.54% | - |
| HSV(B) | 88.42º | 0.59% | 0.76% | - |
| XYZ | 31.55 | 44.74 | 14.56 | - |
| YUV | 164.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 80 | 0.28 | 0 | 0.59 | 0.24 | 88.42 | 0.48 | 0.54 |
| Hex | 8C | C2 | 50 | 1C | 0 | 3B | 18 | 58 | 30 | 36 |
| Octal | 214 | 302 | 120 | 34 | 0 | 73 | 30 | 130 | 60 | 66 |
| Binary | 10001100 | 11000010 | 1010000 | 11100 | 0 | 111011 | 11000 | 1011000 | 110000 | 110110 |
Color Harmonies of #8CC250
Complementary color
Monochromatic Colors of #8CC250
Black with #8CC250
Text Example
Text Example
White with #8CC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC250; }
p { color: rgb(140,194,80); }
H1.HeaderClassName
{
color: #8CC250;
}
.AnyTagClassName
{
color: #8CC250;
}
</style>
background-color css
<style>
a { background-color: #8CC250; }
a { background-color: rgb(140,194,80); }
div.DivClassName
{
background-color: #8CC250;
}
.BgClassName
{
background-color: #8CC250;
}
</style>
border-color css
<style>
span { border-color: #8CC250; }
span { border-color: rgb(140,194,80); }
td.TdClassName
{
border-color: #8CC250;
}
.TagClassName
{
border-color: #8CC250;
}
</style>