Shades of Mantis #85CB4B
Tints of Mantis #85CB4B
RGB
CMYK
RGB Variations
Color information
#85CB4B (or 0x85CB4B) is known color: Mantis. HEX triplet: 85, CB and 4B. RGB value is (133,203,75). Sum of RGB (Red+Green+Blue) = 133+203+75=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB4B is #7A34B4. Grayscale: #A7A7A7. Windows color (decimal): -8008885 or 4967301. OLE color: 4967301.
HSL color Cylindrical-coordinate representation of color #85CB4B: hue angle of 92.81º 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 #85CB4B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 75 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.20 |
| HSL | 92.81º | 0.55% | 0.55% | - |
| HSV(B) | 92.81º | 0.63% | 0.8% | - |
| XYZ | 32.3 | 48.21 | 14.26 | - |
| YUV | 167.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 75 | 0.34 | 0 | 0.63 | 0.20 | 92.81 | 0.55 | 0.55 |
| Hex | 85 | CB | 4B | 22 | 0 | 3F | 14 | 5D | 37 | 37 |
| Octal | 205 | 313 | 113 | 42 | 0 | 77 | 24 | 135 | 67 | 67 |
| Binary | 10000101 | 11001011 | 1001011 | 100010 | 0 | 111111 | 10100 | 1011101 | 110111 | 110111 |
Color Harmonies of #85CB4B
Complementary color
Monochromatic Colors of #85CB4B
Black with #85CB4B
Text Example
Text Example
White with #85CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB4B; }
p { color: rgb(133,203,75); }
H1.HeaderClassName
{
color: #85CB4B;
}
.AnyTagClassName
{
color: #85CB4B;
}
</style>
background-color css
<style>
a { background-color: #85CB4B; }
a { background-color: rgb(133,203,75); }
div.DivClassName
{
background-color: #85CB4B;
}
.BgClassName
{
background-color: #85CB4B;
}
</style>
border-color css
<style>
span { border-color: #85CB4B; }
span { border-color: rgb(133,203,75); }
td.TdClassName
{
border-color: #85CB4B;
}
.TagClassName
{
border-color: #85CB4B;
}
</style>