Shades of Mantis #70CF5C
Tints of Mantis #70CF5C
RGB
CMYK
RGB Variations
Color information
#70CF5C (or 0x70CF5C) is known color: Mantis. HEX triplet: 70, CF and 5C. RGB value is (112,207,92). Sum of RGB (Red+Green+Blue) = 112+207+92=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF5C is #8F30A3. Grayscale: #A5A5A5. Windows color (decimal): -9384100 or 6082416. OLE color: 6082416.
HSL color Cylindrical-coordinate representation of color #70CF5C: hue angle of 109.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CF5C is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 92 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.19 |
| HSL | 109.57º | 0.55% | 0.59% | - |
| HSV(B) | 109.57º | 0.56% | 0.81% | - |
| XYZ | 30.93 | 48.84 | 17.92 | - |
| YUV | 165.49 | 86.53 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 92 | 0.46 | 0 | 0.56 | 0.19 | 109.57 | 0.55 | 0.59 |
| Hex | 70 | CF | 5C | 2E | 0 | 38 | 13 | 6E | 37 | 3B |
| Octal | 160 | 317 | 134 | 56 | 0 | 70 | 23 | 156 | 67 | 73 |
| Binary | 1110000 | 11001111 | 1011100 | 101110 | 0 | 111000 | 10011 | 1101110 | 110111 | 111011 |
Color Harmonies of #70CF5C
Complementary color
Monochromatic Colors of #70CF5C
Black with #70CF5C
Text Example
Text Example
White with #70CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF5C; }
p { color: rgb(112,207,92); }
H1.HeaderClassName
{
color: #70CF5C;
}
.AnyTagClassName
{
color: #70CF5C;
}
</style>
background-color css
<style>
a { background-color: #70CF5C; }
a { background-color: rgb(112,207,92); }
div.DivClassName
{
background-color: #70CF5C;
}
.BgClassName
{
background-color: #70CF5C;
}
</style>
border-color css
<style>
span { border-color: #70CF5C; }
span { border-color: rgb(112,207,92); }
td.TdClassName
{
border-color: #70CF5C;
}
.TagClassName
{
border-color: #70CF5C;
}
</style>