Shades of Mantis #85C744
Tints of Mantis #85C744
RGB
CMYK
RGB Variations
Color information
#85C744 (or 0x85C744) is known color: Mantis. HEX triplet: 85, C7 and 44. RGB value is (133,199,68). Sum of RGB (Red+Green+Blue) = 133+199+68=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #85C744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C744 is #7A38BB. Grayscale: #A4A4A4. Windows color (decimal): -8009916 or 4507525. OLE color: 4507525.
HSL color Cylindrical-coordinate representation of color #85C744: hue angle of 90.23º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85C744 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 68 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.22 |
| HSL | 90.23º | 0.54% | 0.52% | - |
| HSV(B) | 90.23º | 0.66% | 0.78% | - |
| XYZ | 31.14 | 46.25 | 12.75 | - |
| YUV | 164.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 68 | 0.33 | 0 | 0.66 | 0.22 | 90.23 | 0.54 | 0.52 |
| Hex | 85 | C7 | 44 | 21 | 0 | 42 | 16 | 5A | 36 | 34 |
| Octal | 205 | 307 | 104 | 41 | 0 | 102 | 26 | 132 | 66 | 64 |
| Binary | 10000101 | 11000111 | 1000100 | 100001 | 0 | 1000010 | 10110 | 1011010 | 110110 | 110100 |
Color Harmonies of #85C744
Complementary color
Monochromatic Colors of #85C744
Black with #85C744
Text Example
Text Example
White with #85C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C744; }
p { color: rgb(133,199,68); }
H1.HeaderClassName
{
color: #85C744;
}
.AnyTagClassName
{
color: #85C744;
}
</style>
background-color css
<style>
a { background-color: #85C744; }
a { background-color: rgb(133,199,68); }
div.DivClassName
{
background-color: #85C744;
}
.BgClassName
{
background-color: #85C744;
}
</style>
border-color css
<style>
span { border-color: #85C744; }
span { border-color: rgb(133,199,68); }
td.TdClassName
{
border-color: #85C744;
}
.TagClassName
{
border-color: #85C744;
}
</style>