Shades of Mantis #75CF65
Tints of Mantis #75CF65
RGB
CMYK
RGB Variations
Color information
#75CF65 (or 0x75CF65) is known color: Mantis. HEX triplet: 75, CF and 65. RGB value is (117,207,101). Sum of RGB (Red+Green+Blue) = 117+207+101=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF65 is #8A309A. Grayscale: #A8A8A8. Windows color (decimal): -9056411 or 6672245. OLE color: 6672245.
HSL color Cylindrical-coordinate representation of color #75CF65: hue angle of 110.94º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CF65 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 101 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.19 |
| HSL | 110.94º | 0.52% | 0.6% | - |
| HSV(B) | 110.94º | 0.51% | 0.81% | - |
| XYZ | 32 | 49.35 | 20.15 | - |
| YUV | 168.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 101 | 0.43 | 0 | 0.51 | 0.19 | 110.94 | 0.52 | 0.6 |
| Hex | 75 | CF | 65 | 2B | 0 | 33 | 13 | 6F | 34 | 3C |
| Octal | 165 | 317 | 145 | 53 | 0 | 63 | 23 | 157 | 64 | 74 |
| Binary | 1110101 | 11001111 | 1100101 | 101011 | 0 | 110011 | 10011 | 1101111 | 110100 | 111100 |
Color Harmonies of #75CF65
Complementary color
Monochromatic Colors of #75CF65
Black with #75CF65
Text Example
Text Example
White with #75CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF65; }
p { color: rgb(117,207,101); }
H1.HeaderClassName
{
color: #75CF65;
}
.AnyTagClassName
{
color: #75CF65;
}
</style>
background-color css
<style>
a { background-color: #75CF65; }
a { background-color: rgb(117,207,101); }
div.DivClassName
{
background-color: #75CF65;
}
.BgClassName
{
background-color: #75CF65;
}
</style>
border-color css
<style>
span { border-color: #75CF65; }
span { border-color: rgb(117,207,101); }
td.TdClassName
{
border-color: #75CF65;
}
.TagClassName
{
border-color: #75CF65;
}
</style>