Shades of Mantis #75BE6A
Tints of Mantis #75BE6A
RGB
CMYK
RGB Variations
Color information
#75BE6A (or 0x75BE6A) is known color: Mantis. HEX triplet: 75, BE and 6A. RGB value is (117,190,106). Sum of RGB (Red+Green+Blue) = 117+190+106=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE6A is #8A4195. Grayscale: #9E9E9E. Windows color (decimal): -9060758 or 6995573. OLE color: 6995573.
HSL color Cylindrical-coordinate representation of color #75BE6A: hue angle of 112.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75BE6A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 106 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.25 |
| HSL | 112.14º | 0.39% | 0.58% | - |
| HSV(B) | 112.14º | 0.44% | 0.75% | - |
| XYZ | 28.35 | 41.65 | 20.18 | - |
| YUV | 158.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 106 | 0.38 | 0 | 0.44 | 0.25 | 112.14 | 0.39 | 0.58 |
| Hex | 75 | BE | 6A | 26 | 0 | 2C | 19 | 70 | 27 | 3A |
| Octal | 165 | 276 | 152 | 46 | 0 | 54 | 31 | 160 | 47 | 72 |
| Binary | 1110101 | 10111110 | 1101010 | 100110 | 0 | 101100 | 11001 | 1110000 | 100111 | 111010 |
Color Harmonies of #75BE6A
Complementary color
Monochromatic Colors of #75BE6A
Black with #75BE6A
Text Example
Text Example
White with #75BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE6A; }
p { color: rgb(117,190,106); }
H1.HeaderClassName
{
color: #75BE6A;
}
.AnyTagClassName
{
color: #75BE6A;
}
</style>
background-color css
<style>
a { background-color: #75BE6A; }
a { background-color: rgb(117,190,106); }
div.DivClassName
{
background-color: #75BE6A;
}
.BgClassName
{
background-color: #75BE6A;
}
</style>
border-color css
<style>
span { border-color: #75BE6A; }
span { border-color: rgb(117,190,106); }
td.TdClassName
{
border-color: #75BE6A;
}
.TagClassName
{
border-color: #75BE6A;
}
</style>