Shades of Mantis #94C357
Tints of Mantis #94C357
RGB
CMYK
RGB Variations
Color information
#94C357 (or 0x94C357) is known color: Mantis. HEX triplet: 94, C3 and 57. RGB value is (148,195,87). Sum of RGB (Red+Green+Blue) = 148+195+87=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #94C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C357 is #6B3CA8. Grayscale: #A9A9A9. Windows color (decimal): -7027881 or 5751700. OLE color: 5751700.
HSL color Cylindrical-coordinate representation of color #94C357: hue angle of 86.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94C357 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 87 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.24 |
| HSL | 86.11º | 0.47% | 0.55% | - |
| HSV(B) | 86.11º | 0.55% | 0.76% | - |
| XYZ | 33.45 | 46.01 | 16.14 | - |
| YUV | 168.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 87 | 0.24 | 0 | 0.55 | 0.24 | 86.11 | 0.47 | 0.55 |
| Hex | 94 | C3 | 57 | 18 | 0 | 37 | 18 | 56 | 2F | 37 |
| Octal | 224 | 303 | 127 | 30 | 0 | 67 | 30 | 126 | 57 | 67 |
| Binary | 10010100 | 11000011 | 1010111 | 11000 | 0 | 110111 | 11000 | 1010110 | 101111 | 110111 |
Color Harmonies of #94C357
Complementary color
Monochromatic Colors of #94C357
Black with #94C357
Text Example
Text Example
White with #94C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C357; }
p { color: rgb(148,195,87); }
H1.HeaderClassName
{
color: #94C357;
}
.AnyTagClassName
{
color: #94C357;
}
</style>
background-color css
<style>
a { background-color: #94C357; }
a { background-color: rgb(148,195,87); }
div.DivClassName
{
background-color: #94C357;
}
.BgClassName
{
background-color: #94C357;
}
</style>
border-color css
<style>
span { border-color: #94C357; }
span { border-color: rgb(148,195,87); }
td.TdClassName
{
border-color: #94C357;
}
.TagClassName
{
border-color: #94C357;
}
</style>