Shades of Mantis #8BC275
Tints of Mantis #8BC275
RGB
CMYK
RGB Variations
Color information
#8BC275 (or 0x8BC275) is known color: Mantis. HEX triplet: 8B, C2 and 75. RGB value is (139,194,117). Sum of RGB (Red+Green+Blue) = 139+194+117=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC275 is #743D8A. Grayscale: #A9A9A9. Windows color (decimal): -7617931 or 7717515. OLE color: 7717515.
HSL color Cylindrical-coordinate representation of color #8BC275: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC275 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 117 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.24 |
| HSL | 102.86º | 0.39% | 0.61% | - |
| HSV(B) | 102.86º | 0.4% | 0.76% | - |
| XYZ | 33.15 | 45.36 | 23.84 | - |
| YUV | 168.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 117 | 0.28 | 0 | 0.40 | 0.24 | 102.86 | 0.39 | 0.61 |
| Hex | 8B | C2 | 75 | 1C | 0 | 28 | 18 | 67 | 27 | 3D |
| Octal | 213 | 302 | 165 | 34 | 0 | 50 | 30 | 147 | 47 | 75 |
| Binary | 10001011 | 11000010 | 1110101 | 11100 | 0 | 101000 | 11000 | 1100111 | 100111 | 111101 |
Color Harmonies of #8BC275
Complementary color
Monochromatic Colors of #8BC275
Black with #8BC275
Text Example
Text Example
White with #8BC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC275; }
p { color: rgb(139,194,117); }
H1.HeaderClassName
{
color: #8BC275;
}
.AnyTagClassName
{
color: #8BC275;
}
</style>
background-color css
<style>
a { background-color: #8BC275; }
a { background-color: rgb(139,194,117); }
div.DivClassName
{
background-color: #8BC275;
}
.BgClassName
{
background-color: #8BC275;
}
</style>
border-color css
<style>
span { border-color: #8BC275; }
span { border-color: rgb(139,194,117); }
td.TdClassName
{
border-color: #8BC275;
}
.TagClassName
{
border-color: #8BC275;
}
</style>