Shades of Mantis #8BC769
Tints of Mantis #8BC769
RGB
CMYK
RGB Variations
Color information
#8BC769 (or 0x8BC769) is known color: Mantis. HEX triplet: 8B, C7 and 69. RGB value is (139,199,105). Sum of RGB (Red+Green+Blue) = 139+199+105=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC769 is #743896. Grayscale: #AAAAAA. Windows color (decimal): -7616663 or 6932363. OLE color: 6932363.
HSL color Cylindrical-coordinate representation of color #8BC769: hue angle of 98.3º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BC769 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 105 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.22 |
| HSL | 98.3º | 0.46% | 0.6% | - |
| HSV(B) | 98.3º | 0.47% | 0.78% | - |
| XYZ | 33.62 | 47.36 | 20.73 | - |
| YUV | 170.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 105 | 0.30 | 0 | 0.47 | 0.22 | 98.3 | 0.46 | 0.6 |
| Hex | 8B | C7 | 69 | 1E | 0 | 2F | 16 | 62 | 2E | 3C |
| Octal | 213 | 307 | 151 | 36 | 0 | 57 | 26 | 142 | 56 | 74 |
| Binary | 10001011 | 11000111 | 1101001 | 11110 | 0 | 101111 | 10110 | 1100010 | 101110 | 111100 |
Color Harmonies of #8BC769
Complementary color
Monochromatic Colors of #8BC769
Black with #8BC769
Text Example
Text Example
White with #8BC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC769; }
p { color: rgb(139,199,105); }
H1.HeaderClassName
{
color: #8BC769;
}
.AnyTagClassName
{
color: #8BC769;
}
</style>
background-color css
<style>
a { background-color: #8BC769; }
a { background-color: rgb(139,199,105); }
div.DivClassName
{
background-color: #8BC769;
}
.BgClassName
{
background-color: #8BC769;
}
</style>
border-color css
<style>
span { border-color: #8BC769; }
span { border-color: rgb(139,199,105); }
td.TdClassName
{
border-color: #8BC769;
}
.TagClassName
{
border-color: #8BC769;
}
</style>