Shades of Mantis #85C94B
Tints of Mantis #85C94B
RGB
CMYK
RGB Variations
Color information
#85C94B (or 0x85C94B) is known color: Mantis. HEX triplet: 85, C9 and 4B. RGB value is (133,201,75). Sum of RGB (Red+Green+Blue) = 133+201+75=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #85C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C94B is #7A36B4. Grayscale: #A6A6A6. Windows color (decimal): -8009397 or 4966789. OLE color: 4966789.
HSL color Cylindrical-coordinate representation of color #85C94B: hue angle of 92.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85C94B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 75 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.21 |
| HSL | 92.38º | 0.54% | 0.54% | - |
| HSV(B) | 92.38º | 0.63% | 0.79% | - |
| XYZ | 31.83 | 47.27 | 14.1 | - |
| YUV | 166.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 75 | 0.34 | 0 | 0.63 | 0.21 | 92.38 | 0.54 | 0.54 |
| Hex | 85 | C9 | 4B | 22 | 0 | 3F | 15 | 5C | 36 | 36 |
| Octal | 205 | 311 | 113 | 42 | 0 | 77 | 25 | 134 | 66 | 66 |
| Binary | 10000101 | 11001001 | 1001011 | 100010 | 0 | 111111 | 10101 | 1011100 | 110110 | 110110 |
Color Harmonies of #85C94B
Complementary color
Monochromatic Colors of #85C94B
Black with #85C94B
Text Example
Text Example
White with #85C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C94B; }
p { color: rgb(133,201,75); }
H1.HeaderClassName
{
color: #85C94B;
}
.AnyTagClassName
{
color: #85C94B;
}
</style>
background-color css
<style>
a { background-color: #85C94B; }
a { background-color: rgb(133,201,75); }
div.DivClassName
{
background-color: #85C94B;
}
.BgClassName
{
background-color: #85C94B;
}
</style>
border-color css
<style>
span { border-color: #85C94B; }
span { border-color: rgb(133,201,75); }
td.TdClassName
{
border-color: #85C94B;
}
.TagClassName
{
border-color: #85C94B;
}
</style>