Shades of Mantis #85CF66
Tints of Mantis #85CF66
RGB
CMYK
RGB Variations
Color information
#85CF66 (or 0x85CF66) is known color: Mantis. HEX triplet: 85, CF and 66. RGB value is (133,207,102). Sum of RGB (Red+Green+Blue) = 133+207+102=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF66 is #7A3099. Grayscale: #ADADAD. Windows color (decimal): -8007834 or 6737797. OLE color: 6737797.
HSL color Cylindrical-coordinate representation of color #85CF66: hue angle of 102.29º 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 #85CF66 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 102 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.19 |
| HSL | 102.29º | 0.52% | 0.61% | - |
| HSV(B) | 102.29º | 0.51% | 0.81% | - |
| XYZ | 34.38 | 50.57 | 20.52 | - |
| YUV | 172.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 102 | 0.36 | 0 | 0.51 | 0.19 | 102.29 | 0.52 | 0.61 |
| Hex | 85 | CF | 66 | 24 | 0 | 33 | 13 | 66 | 34 | 3D |
| Octal | 205 | 317 | 146 | 44 | 0 | 63 | 23 | 146 | 64 | 75 |
| Binary | 10000101 | 11001111 | 1100110 | 100100 | 0 | 110011 | 10011 | 1100110 | 110100 | 111101 |
Color Harmonies of #85CF66
Complementary color
Monochromatic Colors of #85CF66
Black with #85CF66
Text Example
Text Example
White with #85CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF66; }
p { color: rgb(133,207,102); }
H1.HeaderClassName
{
color: #85CF66;
}
.AnyTagClassName
{
color: #85CF66;
}
</style>
background-color css
<style>
a { background-color: #85CF66; }
a { background-color: rgb(133,207,102); }
div.DivClassName
{
background-color: #85CF66;
}
.BgClassName
{
background-color: #85CF66;
}
</style>
border-color css
<style>
span { border-color: #85CF66; }
span { border-color: rgb(133,207,102); }
td.TdClassName
{
border-color: #85CF66;
}
.TagClassName
{
border-color: #85CF66;
}
</style>