Shades of Mantis #94D367
Tints of Mantis #94D367
RGB
CMYK
RGB Variations
Color information
#94D367 (or 0x94D367) is known color: Mantis. HEX triplet: 94, D3 and 67. RGB value is (148,211,103). Sum of RGB (Red+Green+Blue) = 148+211+103=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #94D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D367 is #6B2C98. Grayscale: #B4B4B4. Windows color (decimal): -7023769 or 6804372. OLE color: 6804372.
HSL color Cylindrical-coordinate representation of color #94D367: hue angle of 95º degrees, saturation: 0.55, 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 #94D367 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 103 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.17 |
| HSL | 95º | 0.55% | 0.62% | - |
| HSV(B) | 95º | 0.51% | 0.83% | - |
| XYZ | 37.96 | 53.86 | 21.23 | - |
| YUV | 179.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 103 | 0.30 | 0 | 0.51 | 0.17 | 95 | 0.55 | 0.62 |
| Hex | 94 | D3 | 67 | 1E | 0 | 33 | 11 | 5F | 37 | 3E |
| Octal | 224 | 323 | 147 | 36 | 0 | 63 | 21 | 137 | 67 | 76 |
| Binary | 10010100 | 11010011 | 1100111 | 11110 | 0 | 110011 | 10001 | 1011111 | 110111 | 111110 |
Color Harmonies of #94D367
Complementary color
Monochromatic Colors of #94D367
Black with #94D367
Text Example
Text Example
White with #94D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D367; }
p { color: rgb(148,211,103); }
H1.HeaderClassName
{
color: #94D367;
}
.AnyTagClassName
{
color: #94D367;
}
</style>
background-color css
<style>
a { background-color: #94D367; }
a { background-color: rgb(148,211,103); }
div.DivClassName
{
background-color: #94D367;
}
.BgClassName
{
background-color: #94D367;
}
</style>
border-color css
<style>
span { border-color: #94D367; }
span { border-color: rgb(148,211,103); }
td.TdClassName
{
border-color: #94D367;
}
.TagClassName
{
border-color: #94D367;
}
</style>