Shades of Mantis #8FCC69
Tints of Mantis #8FCC69
RGB
CMYK
RGB Variations
Color information
#8FCC69 (or 0x8FCC69) is known color: Mantis. HEX triplet: 8F, CC and 69. RGB value is (143,204,105). Sum of RGB (Red+Green+Blue) = 143+204+105=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC69 is #703396. Grayscale: #AEAEAE. Windows color (decimal): -7353239 or 6933647. OLE color: 6933647.
HSL color Cylindrical-coordinate representation of color #8FCC69: hue angle of 96.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FCC69 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 105 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.2 |
| HSL | 96.97º | 0.49% | 0.61% | - |
| HSV(B) | 96.97º | 0.49% | 0.8% | - |
| XYZ | 35.47 | 50.05 | 21.15 | - |
| YUV | 174.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 105 | 0.30 | 0 | 0.49 | 0.2 | 96.97 | 0.49 | 0.61 |
| Hex | 8F | CC | 69 | 1E | 0 | 31 | 14 | 61 | 31 | 3D |
| Octal | 217 | 314 | 151 | 36 | 0 | 61 | 24 | 141 | 61 | 75 |
| Binary | 10001111 | 11001100 | 1101001 | 11110 | 0 | 110001 | 10100 | 1100001 | 110001 | 111101 |
Color Harmonies of #8FCC69
Complementary color
Monochromatic Colors of #8FCC69
Black with #8FCC69
Text Example
Text Example
White with #8FCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC69; }
p { color: rgb(143,204,105); }
H1.HeaderClassName
{
color: #8FCC69;
}
.AnyTagClassName
{
color: #8FCC69;
}
</style>
background-color css
<style>
a { background-color: #8FCC69; }
a { background-color: rgb(143,204,105); }
div.DivClassName
{
background-color: #8FCC69;
}
.BgClassName
{
background-color: #8FCC69;
}
</style>
border-color css
<style>
span { border-color: #8FCC69; }
span { border-color: rgb(143,204,105); }
td.TdClassName
{
border-color: #8FCC69;
}
.TagClassName
{
border-color: #8FCC69;
}
</style>