Shades of Mantis #85CB4C
Tints of Mantis #85CB4C
RGB
CMYK
RGB Variations
Color information
#85CB4C (or 0x85CB4C) is known color: Mantis. HEX triplet: 85, CB and 4C. RGB value is (133,203,76). Sum of RGB (Red+Green+Blue) = 133+203+76=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB4C is #7A34B3. Grayscale: #A8A8A8. Windows color (decimal): -8008884 or 5032837. OLE color: 5032837.
HSL color Cylindrical-coordinate representation of color #85CB4C: hue angle of 93.07º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85CB4C is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 76 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.20 |
| HSL | 93.07º | 0.55% | 0.55% | - |
| HSV(B) | 93.07º | 0.63% | 0.8% | - |
| XYZ | 32.33 | 48.22 | 14.44 | - |
| YUV | 167.59 | 76.31 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 76 | 0.34 | 0 | 0.63 | 0.20 | 93.07 | 0.55 | 0.55 |
| Hex | 85 | CB | 4C | 22 | 0 | 3F | 14 | 5D | 37 | 37 |
| Octal | 205 | 313 | 114 | 42 | 0 | 77 | 24 | 135 | 67 | 67 |
| Binary | 10000101 | 11001011 | 1001100 | 100010 | 0 | 111111 | 10100 | 1011101 | 110111 | 110111 |
Color Harmonies of #85CB4C
Complementary color
Monochromatic Colors of #85CB4C
Black with #85CB4C
Text Example
Text Example
White with #85CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB4C; }
p { color: rgb(133,203,76); }
H1.HeaderClassName
{
color: #85CB4C;
}
.AnyTagClassName
{
color: #85CB4C;
}
</style>
background-color css
<style>
a { background-color: #85CB4C; }
a { background-color: rgb(133,203,76); }
div.DivClassName
{
background-color: #85CB4C;
}
.BgClassName
{
background-color: #85CB4C;
}
</style>
border-color css
<style>
span { border-color: #85CB4C; }
span { border-color: rgb(133,203,76); }
td.TdClassName
{
border-color: #85CB4C;
}
.TagClassName
{
border-color: #85CB4C;
}
</style>