Shades of Mantis #75CB54
Tints of Mantis #75CB54
RGB
CMYK
RGB Variations
Color information
#75CB54 (or 0x75CB54) is known color: Mantis. HEX triplet: 75, CB and 54. RGB value is (117,203,84). Sum of RGB (Red+Green+Blue) = 117+203+84=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB54 is #8A34AB. Grayscale: #A4A4A4. Windows color (decimal): -9057452 or 5557109. OLE color: 5557109.
HSL color Cylindrical-coordinate representation of color #75CB54: hue angle of 103.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75CB54 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 84 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.20 |
| HSL | 103.36º | 0.53% | 0.56% | - |
| HSV(B) | 103.36º | 0.59% | 0.8% | - |
| XYZ | 30.29 | 47.13 | 15.89 | - |
| YUV | 163.72 | 83.01 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 84 | 0.42 | 0 | 0.59 | 0.20 | 103.36 | 0.53 | 0.56 |
| Hex | 75 | CB | 54 | 2A | 0 | 3B | 14 | 67 | 35 | 38 |
| Octal | 165 | 313 | 124 | 52 | 0 | 73 | 24 | 147 | 65 | 70 |
| Binary | 1110101 | 11001011 | 1010100 | 101010 | 0 | 111011 | 10100 | 1100111 | 110101 | 111000 |
Color Harmonies of #75CB54
Complementary color
Monochromatic Colors of #75CB54
Black with #75CB54
Text Example
Text Example
White with #75CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB54; }
p { color: rgb(117,203,84); }
H1.HeaderClassName
{
color: #75CB54;
}
.AnyTagClassName
{
color: #75CB54;
}
</style>
background-color css
<style>
a { background-color: #75CB54; }
a { background-color: rgb(117,203,84); }
div.DivClassName
{
background-color: #75CB54;
}
.BgClassName
{
background-color: #75CB54;
}
</style>
border-color css
<style>
span { border-color: #75CB54; }
span { border-color: rgb(117,203,84); }
td.TdClassName
{
border-color: #75CB54;
}
.TagClassName
{
border-color: #75CB54;
}
</style>