Shades of Mantis #94D467
Tints of Mantis #94D467
RGB
CMYK
RGB Variations
Color information
#94D467 (or 0x94D467) is known color: Mantis. HEX triplet: 94, D4 and 67. RGB value is (148,212,103). Sum of RGB (Red+Green+Blue) = 148+212+103=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #94D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D467 is #6B2B98. Grayscale: #B4B4B4. Windows color (decimal): -7023513 or 6804628. OLE color: 6804628.
HSL color Cylindrical-coordinate representation of color #94D467: hue angle of 95.23º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94D467 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 103 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.17 |
| HSL | 95.23º | 0.56% | 0.62% | - |
| HSV(B) | 95.23º | 0.51% | 0.83% | - |
| XYZ | 38.2 | 54.36 | 21.31 | - |
| YUV | 180.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 103 | 0.30 | 0 | 0.51 | 0.17 | 95.23 | 0.56 | 0.62 |
| Hex | 94 | D4 | 67 | 1E | 0 | 33 | 11 | 5F | 38 | 3E |
| Octal | 224 | 324 | 147 | 36 | 0 | 63 | 21 | 137 | 70 | 76 |
| Binary | 10010100 | 11010100 | 1100111 | 11110 | 0 | 110011 | 10001 | 1011111 | 111000 | 111110 |
Color Harmonies of #94D467
Complementary color
Monochromatic Colors of #94D467
Black with #94D467
Text Example
Text Example
White with #94D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D467; }
p { color: rgb(148,212,103); }
H1.HeaderClassName
{
color: #94D467;
}
.AnyTagClassName
{
color: #94D467;
}
</style>
background-color css
<style>
a { background-color: #94D467; }
a { background-color: rgb(148,212,103); }
div.DivClassName
{
background-color: #94D467;
}
.BgClassName
{
background-color: #94D467;
}
</style>
border-color css
<style>
span { border-color: #94D467; }
span { border-color: rgb(148,212,103); }
td.TdClassName
{
border-color: #94D467;
}
.TagClassName
{
border-color: #94D467;
}
</style>