Shades of Mantis #75CC64
Tints of Mantis #75CC64
RGB
CMYK
RGB Variations
Color information
#75CC64 (or 0x75CC64) is known color: Mantis. HEX triplet: 75, CC and 64. RGB value is (117,204,100). Sum of RGB (Red+Green+Blue) = 117+204+100=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC64 is #8A339B. Grayscale: #A6A6A6. Windows color (decimal): -9057180 or 6605941. OLE color: 6605941.
HSL color Cylindrical-coordinate representation of color #75CC64: hue angle of 110.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CC64 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 100 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.2 |
| HSL | 110.19º | 0.5% | 0.6% | - |
| HSV(B) | 110.19º | 0.51% | 0.8% | - |
| XYZ | 31.23 | 47.89 | 19.65 | - |
| YUV | 166.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 100 | 0.43 | 0 | 0.51 | 0.2 | 110.19 | 0.5 | 0.6 |
| Hex | 75 | CC | 64 | 2B | 0 | 33 | 14 | 6E | 32 | 3C |
| Octal | 165 | 314 | 144 | 53 | 0 | 63 | 24 | 156 | 62 | 74 |
| Binary | 1110101 | 11001100 | 1100100 | 101011 | 0 | 110011 | 10100 | 1101110 | 110010 | 111100 |
Color Harmonies of #75CC64
Complementary color
Monochromatic Colors of #75CC64
Black with #75CC64
Text Example
Text Example
White with #75CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CC64; }
p { color: rgb(117,204,100); }
H1.HeaderClassName
{
color: #75CC64;
}
.AnyTagClassName
{
color: #75CC64;
}
</style>
background-color css
<style>
a { background-color: #75CC64; }
a { background-color: rgb(117,204,100); }
div.DivClassName
{
background-color: #75CC64;
}
.BgClassName
{
background-color: #75CC64;
}
</style>
border-color css
<style>
span { border-color: #75CC64; }
span { border-color: rgb(117,204,100); }
td.TdClassName
{
border-color: #75CC64;
}
.TagClassName
{
border-color: #75CC64;
}
</style>