Shades of Mantis #70CB4B
Tints of Mantis #70CB4B
RGB
CMYK
RGB Variations
Color information
#70CB4B (or 0x70CB4B) is known color: Mantis. HEX triplet: 70, CB and 4B. RGB value is (112,203,75). Sum of RGB (Red+Green+Blue) = 112+203+75=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB4B is #8F34B4. Grayscale: #A1A1A1. Windows color (decimal): -9385141 or 4967280. OLE color: 4967280.
HSL color Cylindrical-coordinate representation of color #70CB4B: hue angle of 102.66º 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 #70CB4B is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 75 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.20 |
| HSL | 102.66º | 0.55% | 0.55% | - |
| HSV(B) | 102.66º | 0.63% | 0.8% | - |
| XYZ | 29.31 | 46.66 | 14.12 | - |
| YUV | 161.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 75 | 0.45 | 0 | 0.63 | 0.20 | 102.66 | 0.55 | 0.55 |
| Hex | 70 | CB | 4B | 2D | 0 | 3F | 14 | 67 | 37 | 37 |
| Octal | 160 | 313 | 113 | 55 | 0 | 77 | 24 | 147 | 67 | 67 |
| Binary | 1110000 | 11001011 | 1001011 | 101101 | 0 | 111111 | 10100 | 1100111 | 110111 | 110111 |
Color Harmonies of #70CB4B
Complementary color
Monochromatic Colors of #70CB4B
Black with #70CB4B
Text Example
Text Example
White with #70CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB4B; }
p { color: rgb(112,203,75); }
H1.HeaderClassName
{
color: #70CB4B;
}
.AnyTagClassName
{
color: #70CB4B;
}
</style>
background-color css
<style>
a { background-color: #70CB4B; }
a { background-color: rgb(112,203,75); }
div.DivClassName
{
background-color: #70CB4B;
}
.BgClassName
{
background-color: #70CB4B;
}
</style>
border-color css
<style>
span { border-color: #70CB4B; }
span { border-color: rgb(112,203,75); }
td.TdClassName
{
border-color: #70CB4B;
}
.TagClassName
{
border-color: #70CB4B;
}
</style>