Shades of Mantis #93CF62
Tints of Mantis #93CF62
RGB
CMYK
RGB Variations
Color information
#93CF62 (or 0x93CF62) is known color: Mantis. HEX triplet: 93, CF and 62. RGB value is (147,207,98). Sum of RGB (Red+Green+Blue) = 147+207+98=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF62 is #6C309D. Grayscale: #B1B1B1. Windows color (decimal): -7090334 or 6475667. OLE color: 6475667.
HSL color Cylindrical-coordinate representation of color #93CF62: hue angle of 93.03º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93CF62 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 98 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.19 |
| HSL | 93.03º | 0.53% | 0.6% | - |
| HSV(B) | 93.03º | 0.53% | 0.81% | - |
| XYZ | 36.55 | 51.71 | 19.61 | - |
| YUV | 176.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 98 | 0.29 | 0 | 0.53 | 0.19 | 93.03 | 0.53 | 0.6 |
| Hex | 93 | CF | 62 | 1D | 0 | 35 | 13 | 5D | 35 | 3C |
| Octal | 223 | 317 | 142 | 35 | 0 | 65 | 23 | 135 | 65 | 74 |
| Binary | 10010011 | 11001111 | 1100010 | 11101 | 0 | 110101 | 10011 | 1011101 | 110101 | 111100 |
Color Harmonies of #93CF62
Complementary color
Monochromatic Colors of #93CF62
Black with #93CF62
Text Example
Text Example
White with #93CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF62; }
p { color: rgb(147,207,98); }
H1.HeaderClassName
{
color: #93CF62;
}
.AnyTagClassName
{
color: #93CF62;
}
</style>
background-color css
<style>
a { background-color: #93CF62; }
a { background-color: rgb(147,207,98); }
div.DivClassName
{
background-color: #93CF62;
}
.BgClassName
{
background-color: #93CF62;
}
</style>
border-color css
<style>
span { border-color: #93CF62; }
span { border-color: rgb(147,207,98); }
td.TdClassName
{
border-color: #93CF62;
}
.TagClassName
{
border-color: #93CF62;
}
</style>