Shades of Mantis #85BF68
Tints of Mantis #85BF68
RGB
CMYK
RGB Variations
Color information
#85BF68 (or 0x85BF68) is known color: Mantis. HEX triplet: 85, BF and 68. RGB value is (133,191,104). Sum of RGB (Red+Green+Blue) = 133+191+104=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF68 is #7A4097. Grayscale: #A4A4A4. Windows color (decimal): -8011928 or 6864773. OLE color: 6864773.
HSL color Cylindrical-coordinate representation of color #85BF68: hue angle of 100º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BF68 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 104 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.25 |
| HSL | 100º | 0.4% | 0.58% | - |
| HSV(B) | 100º | 0.46% | 0.75% | - |
| XYZ | 30.8 | 43.25 | 19.82 | - |
| YUV | 163.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 104 | 0.30 | 0 | 0.46 | 0.25 | 100 | 0.4 | 0.58 |
| Hex | 85 | BF | 68 | 1E | 0 | 2E | 19 | 64 | 28 | 3A |
| Octal | 205 | 277 | 150 | 36 | 0 | 56 | 31 | 144 | 50 | 72 |
| Binary | 10000101 | 10111111 | 1101000 | 11110 | 0 | 101110 | 11001 | 1100100 | 101000 | 111010 |
Color Harmonies of #85BF68
Complementary color
Monochromatic Colors of #85BF68
Black with #85BF68
Text Example
Text Example
White with #85BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF68; }
p { color: rgb(133,191,104); }
H1.HeaderClassName
{
color: #85BF68;
}
.AnyTagClassName
{
color: #85BF68;
}
</style>
background-color css
<style>
a { background-color: #85BF68; }
a { background-color: rgb(133,191,104); }
div.DivClassName
{
background-color: #85BF68;
}
.BgClassName
{
background-color: #85BF68;
}
</style>
border-color css
<style>
span { border-color: #85BF68; }
span { border-color: rgb(133,191,104); }
td.TdClassName
{
border-color: #85BF68;
}
.TagClassName
{
border-color: #85BF68;
}
</style>