Shades of Mantis #75CB51
Tints of Mantis #75CB51
RGB
CMYK
RGB Variations
Color information
#75CB51 (or 0x75CB51) is known color: Mantis. HEX triplet: 75, CB and 51. RGB value is (117,203,81). Sum of RGB (Red+Green+Blue) = 117+203+81=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB51 is #8A34AE. Grayscale: #A3A3A3. Windows color (decimal): -9057455 or 5360501. OLE color: 5360501.
HSL color Cylindrical-coordinate representation of color #75CB51: hue angle of 102.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75CB51 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 81 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.20 |
| HSL | 102.3º | 0.54% | 0.56% | - |
| HSV(B) | 102.3º | 0.6% | 0.8% | - |
| XYZ | 30.18 | 47.09 | 15.28 | - |
| YUV | 163.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 81 | 0.42 | 0 | 0.60 | 0.20 | 102.3 | 0.54 | 0.56 |
| Hex | 75 | CB | 51 | 2A | 0 | 3C | 14 | 66 | 36 | 38 |
| Octal | 165 | 313 | 121 | 52 | 0 | 74 | 24 | 146 | 66 | 70 |
| Binary | 1110101 | 11001011 | 1010001 | 101010 | 0 | 111100 | 10100 | 1100110 | 110110 | 111000 |
Color Harmonies of #75CB51
Complementary color
Monochromatic Colors of #75CB51
Black with #75CB51
Text Example
Text Example
White with #75CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB51; }
p { color: rgb(117,203,81); }
H1.HeaderClassName
{
color: #75CB51;
}
.AnyTagClassName
{
color: #75CB51;
}
</style>
background-color css
<style>
a { background-color: #75CB51; }
a { background-color: rgb(117,203,81); }
div.DivClassName
{
background-color: #75CB51;
}
.BgClassName
{
background-color: #75CB51;
}
</style>
border-color css
<style>
span { border-color: #75CB51; }
span { border-color: rgb(117,203,81); }
td.TdClassName
{
border-color: #75CB51;
}
.TagClassName
{
border-color: #75CB51;
}
</style>