Shades of Mantis #8BC269
Tints of Mantis #8BC269
RGB
CMYK
RGB Variations
Color information
#8BC269 (or 0x8BC269) is known color: Mantis. HEX triplet: 8B, C2 and 69. RGB value is (139,194,105). Sum of RGB (Red+Green+Blue) = 139+194+105=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC269 is #743D96. Grayscale: #A7A7A7. Windows color (decimal): -7617943 or 6931083. OLE color: 6931083.
HSL color Cylindrical-coordinate representation of color #8BC269: hue angle of 97.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BC269 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 105 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.24 |
| HSL | 97.08º | 0.42% | 0.59% | - |
| HSV(B) | 97.08º | 0.46% | 0.76% | - |
| XYZ | 32.49 | 45.09 | 20.36 | - |
| YUV | 167.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 105 | 0.28 | 0 | 0.46 | 0.24 | 97.08 | 0.42 | 0.59 |
| Hex | 8B | C2 | 69 | 1C | 0 | 2E | 18 | 61 | 2A | 3B |
| Octal | 213 | 302 | 151 | 34 | 0 | 56 | 30 | 141 | 52 | 73 |
| Binary | 10001011 | 11000010 | 1101001 | 11100 | 0 | 101110 | 11000 | 1100001 | 101010 | 111011 |
Color Harmonies of #8BC269
Complementary color
Monochromatic Colors of #8BC269
Black with #8BC269
Text Example
Text Example
White with #8BC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC269; }
p { color: rgb(139,194,105); }
H1.HeaderClassName
{
color: #8BC269;
}
.AnyTagClassName
{
color: #8BC269;
}
</style>
background-color css
<style>
a { background-color: #8BC269; }
a { background-color: rgb(139,194,105); }
div.DivClassName
{
background-color: #8BC269;
}
.BgClassName
{
background-color: #8BC269;
}
</style>
border-color css
<style>
span { border-color: #8BC269; }
span { border-color: rgb(139,194,105); }
td.TdClassName
{
border-color: #8BC269;
}
.TagClassName
{
border-color: #8BC269;
}
</style>