Shades of Mantis #94CA5E
Tints of Mantis #94CA5E
RGB
CMYK
RGB Variations
Color information
#94CA5E (or 0x94CA5E) is known color: Mantis. HEX triplet: 94, CA and 5E. RGB value is (148,202,94). Sum of RGB (Red+Green+Blue) = 148+202+94=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA5E is #6B35A1. Grayscale: #ADADAD. Windows color (decimal): -7026082 or 6212244. OLE color: 6212244.
HSL color Cylindrical-coordinate representation of color #94CA5E: hue angle of 90º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94CA5E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 94 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.21 |
| HSL | 90º | 0.5% | 0.58% | - |
| HSV(B) | 90º | 0.53% | 0.79% | - |
| XYZ | 35.35 | 49.35 | 18.25 | - |
| YUV | 173.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 94 | 0.27 | 0 | 0.53 | 0.21 | 90 | 0.5 | 0.58 |
| Hex | 94 | CA | 5E | 1B | 0 | 35 | 15 | 5A | 32 | 3A |
| Octal | 224 | 312 | 136 | 33 | 0 | 65 | 25 | 132 | 62 | 72 |
| Binary | 10010100 | 11001010 | 1011110 | 11011 | 0 | 110101 | 10101 | 1011010 | 110010 | 111010 |
Color Harmonies of #94CA5E
Complementary color
Monochromatic Colors of #94CA5E
Black with #94CA5E
Text Example
Text Example
White with #94CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA5E; }
p { color: rgb(148,202,94); }
H1.HeaderClassName
{
color: #94CA5E;
}
.AnyTagClassName
{
color: #94CA5E;
}
</style>
background-color css
<style>
a { background-color: #94CA5E; }
a { background-color: rgb(148,202,94); }
div.DivClassName
{
background-color: #94CA5E;
}
.BgClassName
{
background-color: #94CA5E;
}
</style>
border-color css
<style>
span { border-color: #94CA5E; }
span { border-color: rgb(148,202,94); }
td.TdClassName
{
border-color: #94CA5E;
}
.TagClassName
{
border-color: #94CA5E;
}
</style>