Shades of Mantis #70CE4C
Tints of Mantis #70CE4C
RGB
CMYK
RGB Variations
Color information
#70CE4C (or 0x70CE4C) is known color: Mantis. HEX triplet: 70, CE and 4C. RGB value is (112,206,76). Sum of RGB (Red+Green+Blue) = 112+206+76=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE4C is #8F31B3. Grayscale: #A3A3A3. Windows color (decimal): -9384372 or 5033584. OLE color: 5033584.
HSL color Cylindrical-coordinate representation of color #70CE4C: hue angle of 103.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70CE4C is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 76 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.19 |
| HSL | 103.38º | 0.57% | 0.55% | - |
| HSV(B) | 103.38º | 0.63% | 0.81% | - |
| XYZ | 30.06 | 48.11 | 14.54 | - |
| YUV | 163.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 76 | 0.46 | 0 | 0.63 | 0.19 | 103.38 | 0.57 | 0.55 |
| Hex | 70 | CE | 4C | 2E | 0 | 3F | 13 | 67 | 39 | 37 |
| Octal | 160 | 316 | 114 | 56 | 0 | 77 | 23 | 147 | 71 | 67 |
| Binary | 1110000 | 11001110 | 1001100 | 101110 | 0 | 111111 | 10011 | 1100111 | 111001 | 110111 |
Color Harmonies of #70CE4C
Complementary color
Monochromatic Colors of #70CE4C
Black with #70CE4C
Text Example
Text Example
White with #70CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE4C; }
p { color: rgb(112,206,76); }
H1.HeaderClassName
{
color: #70CE4C;
}
.AnyTagClassName
{
color: #70CE4C;
}
</style>
background-color css
<style>
a { background-color: #70CE4C; }
a { background-color: rgb(112,206,76); }
div.DivClassName
{
background-color: #70CE4C;
}
.BgClassName
{
background-color: #70CE4C;
}
</style>
border-color css
<style>
span { border-color: #70CE4C; }
span { border-color: rgb(112,206,76); }
td.TdClassName
{
border-color: #70CE4C;
}
.TagClassName
{
border-color: #70CE4C;
}
</style>