Shades of Mantis #75BE64
Tints of Mantis #75BE64
RGB
CMYK
RGB Variations
Color information
#75BE64 (or 0x75BE64) is known color: Mantis. HEX triplet: 75, BE and 64. RGB value is (117,190,100). Sum of RGB (Red+Green+Blue) = 117+190+100=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE64 is #8A419B. Grayscale: #9E9E9E. Windows color (decimal): -9060764 or 6602357. OLE color: 6602357.
HSL color Cylindrical-coordinate representation of color #75BE64: hue angle of 108.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75BE64 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 100 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.25 |
| HSL | 108.67º | 0.41% | 0.57% | - |
| HSV(B) | 108.67º | 0.47% | 0.75% | - |
| XYZ | 28.05 | 41.53 | 18.59 | - |
| YUV | 157.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 100 | 0.38 | 0 | 0.47 | 0.25 | 108.67 | 0.41 | 0.57 |
| Hex | 75 | BE | 64 | 26 | 0 | 2F | 19 | 6D | 29 | 39 |
| Octal | 165 | 276 | 144 | 46 | 0 | 57 | 31 | 155 | 51 | 71 |
| Binary | 1110101 | 10111110 | 1100100 | 100110 | 0 | 101111 | 11001 | 1101101 | 101001 | 111001 |
Color Harmonies of #75BE64
Complementary color
Monochromatic Colors of #75BE64
Black with #75BE64
Text Example
Text Example
White with #75BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE64; }
p { color: rgb(117,190,100); }
H1.HeaderClassName
{
color: #75BE64;
}
.AnyTagClassName
{
color: #75BE64;
}
</style>
background-color css
<style>
a { background-color: #75BE64; }
a { background-color: rgb(117,190,100); }
div.DivClassName
{
background-color: #75BE64;
}
.BgClassName
{
background-color: #75BE64;
}
</style>
border-color css
<style>
span { border-color: #75BE64; }
span { border-color: rgb(117,190,100); }
td.TdClassName
{
border-color: #75BE64;
}
.TagClassName
{
border-color: #75BE64;
}
</style>