Shades of Mantis #94D05C
Tints of Mantis #94D05C
RGB
CMYK
RGB Variations
Color information
#94D05C (or 0x94D05C) is known color: Mantis. HEX triplet: 94, D0 and 5C. RGB value is (148,208,92). Sum of RGB (Red+Green+Blue) = 148+208+92=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #94D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D05C is #6B2FA3. Grayscale: #B1B1B1. Windows color (decimal): -7024548 or 6082708. OLE color: 6082708.
HSL color Cylindrical-coordinate representation of color #94D05C: hue angle of 91.03º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D05C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 92 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.18 |
| HSL | 91.03º | 0.55% | 0.59% | - |
| HSV(B) | 91.03º | 0.56% | 0.82% | - |
| XYZ | 36.7 | 52.18 | 18.26 | - |
| YUV | 176.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 92 | 0.29 | 0 | 0.56 | 0.18 | 91.03 | 0.55 | 0.59 |
| Hex | 94 | D0 | 5C | 1D | 0 | 38 | 12 | 5B | 37 | 3B |
| Octal | 224 | 320 | 134 | 35 | 0 | 70 | 22 | 133 | 67 | 73 |
| Binary | 10010100 | 11010000 | 1011100 | 11101 | 0 | 111000 | 10010 | 1011011 | 110111 | 111011 |
Color Harmonies of #94D05C
Complementary color
Monochromatic Colors of #94D05C
Black with #94D05C
Text Example
Text Example
White with #94D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D05C; }
p { color: rgb(148,208,92); }
H1.HeaderClassName
{
color: #94D05C;
}
.AnyTagClassName
{
color: #94D05C;
}
</style>
background-color css
<style>
a { background-color: #94D05C; }
a { background-color: rgb(148,208,92); }
div.DivClassName
{
background-color: #94D05C;
}
.BgClassName
{
background-color: #94D05C;
}
</style>
border-color css
<style>
span { border-color: #94D05C; }
span { border-color: rgb(148,208,92); }
td.TdClassName
{
border-color: #94D05C;
}
.TagClassName
{
border-color: #94D05C;
}
</style>