Shades of Mantis #8BCF66
Tints of Mantis #8BCF66
RGB
CMYK
RGB Variations
Color information
#8BCF66 (or 0x8BCF66) is known color: Mantis. HEX triplet: 8B, CF and 66. RGB value is (139,207,102). Sum of RGB (Red+Green+Blue) = 139+207+102=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF66 is #743099. Grayscale: #AFAFAF. Windows color (decimal): -7614618 or 6737803. OLE color: 6737803.
HSL color Cylindrical-coordinate representation of color #8BCF66: hue angle of 98.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BCF66 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 102 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.19 |
| HSL | 98.86º | 0.52% | 0.61% | - |
| HSV(B) | 98.86º | 0.51% | 0.81% | - |
| XYZ | 35.36 | 51.07 | 20.57 | - |
| YUV | 174.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 102 | 0.33 | 0 | 0.51 | 0.19 | 98.86 | 0.52 | 0.61 |
| Hex | 8B | CF | 66 | 21 | 0 | 33 | 13 | 63 | 34 | 3D |
| Octal | 213 | 317 | 146 | 41 | 0 | 63 | 23 | 143 | 64 | 75 |
| Binary | 10001011 | 11001111 | 1100110 | 100001 | 0 | 110011 | 10011 | 1100011 | 110100 | 111101 |
Color Harmonies of #8BCF66
Complementary color
Monochromatic Colors of #8BCF66
Black with #8BCF66
Text Example
Text Example
White with #8BCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF66; }
p { color: rgb(139,207,102); }
H1.HeaderClassName
{
color: #8BCF66;
}
.AnyTagClassName
{
color: #8BCF66;
}
</style>
background-color css
<style>
a { background-color: #8BCF66; }
a { background-color: rgb(139,207,102); }
div.DivClassName
{
background-color: #8BCF66;
}
.BgClassName
{
background-color: #8BCF66;
}
</style>
border-color css
<style>
span { border-color: #8BCF66; }
span { border-color: rgb(139,207,102); }
td.TdClassName
{
border-color: #8BCF66;
}
.TagClassName
{
border-color: #8BCF66;
}
</style>