Shades of Mantis #75C74A
Tints of Mantis #75C74A
RGB
CMYK
RGB Variations
Color information
#75C74A (or 0x75C74A) is known color: Mantis. HEX triplet: 75, C7 and 4A. RGB value is (117,199,74). Sum of RGB (Red+Green+Blue) = 117+199+74=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #75C74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C74A is #8A38B5. Grayscale: #A0A0A0. Windows color (decimal): -9058486 or 4900725. OLE color: 4900725.
HSL color Cylindrical-coordinate representation of color #75C74A: hue angle of 99.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75C74A is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 74 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.22 |
| HSL | 99.36º | 0.53% | 0.54% | - |
| HSV(B) | 99.36º | 0.63% | 0.78% | - |
| XYZ | 29 | 45.12 | 13.66 | - |
| YUV | 160.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 74 | 0.41 | 0 | 0.63 | 0.22 | 99.36 | 0.53 | 0.54 |
| Hex | 75 | C7 | 4A | 29 | 0 | 3F | 16 | 63 | 35 | 36 |
| Octal | 165 | 307 | 112 | 51 | 0 | 77 | 26 | 143 | 65 | 66 |
| Binary | 1110101 | 11000111 | 1001010 | 101001 | 0 | 111111 | 10110 | 1100011 | 110101 | 110110 |
Color Harmonies of #75C74A
Complementary color
Monochromatic Colors of #75C74A
Black with #75C74A
Text Example
Text Example
White with #75C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C74A; }
p { color: rgb(117,199,74); }
H1.HeaderClassName
{
color: #75C74A;
}
.AnyTagClassName
{
color: #75C74A;
}
</style>
background-color css
<style>
a { background-color: #75C74A; }
a { background-color: rgb(117,199,74); }
div.DivClassName
{
background-color: #75C74A;
}
.BgClassName
{
background-color: #75C74A;
}
</style>
border-color css
<style>
span { border-color: #75C74A; }
span { border-color: rgb(117,199,74); }
td.TdClassName
{
border-color: #75C74A;
}
.TagClassName
{
border-color: #75C74A;
}
</style>