Shades of Mantis #93CA61
Tints of Mantis #93CA61
RGB
CMYK
RGB Variations
Color information
#93CA61 (or 0x93CA61) is known color: Mantis. HEX triplet: 93, CA and 61. RGB value is (147,202,97). Sum of RGB (Red+Green+Blue) = 147+202+97=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA61 is #6C359E. Grayscale: #ADADAD. Windows color (decimal): -7091615 or 6408851. OLE color: 6408851.
HSL color Cylindrical-coordinate representation of color #93CA61: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93CA61 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 97 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.21 |
| HSL | 91.43º | 0.5% | 0.59% | - |
| HSV(B) | 91.43º | 0.52% | 0.79% | - |
| XYZ | 35.31 | 49.31 | 18.97 | - |
| YUV | 173.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 97 | 0.27 | 0 | 0.52 | 0.21 | 91.43 | 0.5 | 0.59 |
| Hex | 93 | CA | 61 | 1B | 0 | 34 | 15 | 5B | 32 | 3B |
| Octal | 223 | 312 | 141 | 33 | 0 | 64 | 25 | 133 | 62 | 73 |
| Binary | 10010011 | 11001010 | 1100001 | 11011 | 0 | 110100 | 10101 | 1011011 | 110010 | 111011 |
Color Harmonies of #93CA61
Complementary color
Monochromatic Colors of #93CA61
Black with #93CA61
Text Example
Text Example
White with #93CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CA61; }
p { color: rgb(147,202,97); }
H1.HeaderClassName
{
color: #93CA61;
}
.AnyTagClassName
{
color: #93CA61;
}
</style>
background-color css
<style>
a { background-color: #93CA61; }
a { background-color: rgb(147,202,97); }
div.DivClassName
{
background-color: #93CA61;
}
.BgClassName
{
background-color: #93CA61;
}
</style>
border-color css
<style>
span { border-color: #93CA61; }
span { border-color: rgb(147,202,97); }
td.TdClassName
{
border-color: #93CA61;
}
.TagClassName
{
border-color: #93CA61;
}
</style>