Shades of Mantis #75C651
Tints of Mantis #75C651
RGB
CMYK
RGB Variations
Color information
#75C651 (or 0x75C651) is known color: Mantis. HEX triplet: 75, C6 and 51. RGB value is (117,198,81). Sum of RGB (Red+Green+Blue) = 117+198+81=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #75C651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C651 is #8A39AE. Grayscale: #A0A0A0. Windows color (decimal): -9058735 or 5359221. OLE color: 5359221.
HSL color Cylindrical-coordinate representation of color #75C651: hue angle of 101.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75C651 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 81 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.22 |
| HSL | 101.54º | 0.51% | 0.55% | - |
| HSV(B) | 101.54º | 0.59% | 0.78% | - |
| XYZ | 29.02 | 44.76 | 14.9 | - |
| YUV | 160.44 | 83.16 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 81 | 0.41 | 0 | 0.59 | 0.22 | 101.54 | 0.51 | 0.55 |
| Hex | 75 | C6 | 51 | 29 | 0 | 3B | 16 | 66 | 33 | 37 |
| Octal | 165 | 306 | 121 | 51 | 0 | 73 | 26 | 146 | 63 | 67 |
| Binary | 1110101 | 11000110 | 1010001 | 101001 | 0 | 111011 | 10110 | 1100110 | 110011 | 110111 |
Color Harmonies of #75C651
Complementary color
Monochromatic Colors of #75C651
Black with #75C651
Text Example
Text Example
White with #75C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C651; }
p { color: rgb(117,198,81); }
H1.HeaderClassName
{
color: #75C651;
}
.AnyTagClassName
{
color: #75C651;
}
</style>
background-color css
<style>
a { background-color: #75C651; }
a { background-color: rgb(117,198,81); }
div.DivClassName
{
background-color: #75C651;
}
.BgClassName
{
background-color: #75C651;
}
</style>
border-color css
<style>
span { border-color: #75C651; }
span { border-color: rgb(117,198,81); }
td.TdClassName
{
border-color: #75C651;
}
.TagClassName
{
border-color: #75C651;
}
</style>