Shades of Mantis #94D463
Tints of Mantis #94D463
RGB
CMYK
RGB Variations
Color information
#94D463 (or 0x94D463) is known color: Mantis. HEX triplet: 94, D4 and 63. RGB value is (148,212,99). Sum of RGB (Red+Green+Blue) = 148+212+99=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #94D463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D463 is #6B2B9C. Grayscale: #B4B4B4. Windows color (decimal): -7023517 or 6542484. OLE color: 6542484.
HSL color Cylindrical-coordinate representation of color #94D463: hue angle of 93.98º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94D463 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 99 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.17 |
| HSL | 93.98º | 0.57% | 0.61% | - |
| HSV(B) | 93.98º | 0.53% | 0.83% | - |
| XYZ | 38.01 | 54.28 | 20.28 | - |
| YUV | 179.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 99 | 0.30 | 0 | 0.53 | 0.17 | 93.98 | 0.57 | 0.61 |
| Hex | 94 | D4 | 63 | 1E | 0 | 35 | 11 | 5E | 39 | 3D |
| Octal | 224 | 324 | 143 | 36 | 0 | 65 | 21 | 136 | 71 | 75 |
| Binary | 10010100 | 11010100 | 1100011 | 11110 | 0 | 110101 | 10001 | 1011110 | 111001 | 111101 |
Color Harmonies of #94D463
Complementary color
Monochromatic Colors of #94D463
Black with #94D463
Text Example
Text Example
White with #94D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D463; }
p { color: rgb(148,212,99); }
H1.HeaderClassName
{
color: #94D463;
}
.AnyTagClassName
{
color: #94D463;
}
</style>
background-color css
<style>
a { background-color: #94D463; }
a { background-color: rgb(148,212,99); }
div.DivClassName
{
background-color: #94D463;
}
.BgClassName
{
background-color: #94D463;
}
</style>
border-color css
<style>
span { border-color: #94D463; }
span { border-color: rgb(148,212,99); }
td.TdClassName
{
border-color: #94D463;
}
.TagClassName
{
border-color: #94D463;
}
</style>