Shades of Mantis #94D05D
Tints of Mantis #94D05D
RGB
CMYK
RGB Variations
Color information
#94D05D (or 0x94D05D) is known color: Mantis. HEX triplet: 94, D0 and 5D. RGB value is (148,208,93). Sum of RGB (Red+Green+Blue) = 148+208+93=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #94D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D05D is #6B2FA2. Grayscale: #B1B1B1. Windows color (decimal): -7024547 or 6148244. OLE color: 6148244.
HSL color Cylindrical-coordinate representation of color #94D05D: hue angle of 91.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94D05D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 93 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.18 |
| HSL | 91.3º | 0.55% | 0.59% | - |
| HSV(B) | 91.3º | 0.55% | 0.82% | - |
| XYZ | 36.74 | 52.2 | 18.49 | - |
| YUV | 176.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 93 | 0.29 | 0 | 0.55 | 0.18 | 91.3 | 0.55 | 0.59 |
| Hex | 94 | D0 | 5D | 1D | 0 | 37 | 12 | 5B | 37 | 3B |
| Octal | 224 | 320 | 135 | 35 | 0 | 67 | 22 | 133 | 67 | 73 |
| Binary | 10010100 | 11010000 | 1011101 | 11101 | 0 | 110111 | 10010 | 1011011 | 110111 | 111011 |
Color Harmonies of #94D05D
Complementary color
Monochromatic Colors of #94D05D
Black with #94D05D
Text Example
Text Example
White with #94D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D05D; }
p { color: rgb(148,208,93); }
H1.HeaderClassName
{
color: #94D05D;
}
.AnyTagClassName
{
color: #94D05D;
}
</style>
background-color css
<style>
a { background-color: #94D05D; }
a { background-color: rgb(148,208,93); }
div.DivClassName
{
background-color: #94D05D;
}
.BgClassName
{
background-color: #94D05D;
}
</style>
border-color css
<style>
span { border-color: #94D05D; }
span { border-color: rgb(148,208,93); }
td.TdClassName
{
border-color: #94D05D;
}
.TagClassName
{
border-color: #94D05D;
}
</style>