Shades of Mantis #94CE5B
Tints of Mantis #94CE5B
RGB
CMYK
RGB Variations
Color information
#94CE5B (or 0x94CE5B) is known color: Mantis. HEX triplet: 94, CE and 5B. RGB value is (148,206,91). Sum of RGB (Red+Green+Blue) = 148+206+91=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE5B is #6B31A4. Grayscale: #AFAFAF. Windows color (decimal): -7025061 or 6016660. OLE color: 6016660.
HSL color Cylindrical-coordinate representation of color #94CE5B: hue angle of 90.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94CE5B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 91 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.19 |
| HSL | 90.26º | 0.54% | 0.58% | - |
| HSV(B) | 90.26º | 0.56% | 0.81% | - |
| XYZ | 36.17 | 51.19 | 17.87 | - |
| YUV | 175.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 91 | 0.28 | 0 | 0.56 | 0.19 | 90.26 | 0.54 | 0.58 |
| Hex | 94 | CE | 5B | 1C | 0 | 38 | 13 | 5A | 36 | 3A |
| Octal | 224 | 316 | 133 | 34 | 0 | 70 | 23 | 132 | 66 | 72 |
| Binary | 10010100 | 11001110 | 1011011 | 11100 | 0 | 111000 | 10011 | 1011010 | 110110 | 111010 |
Color Harmonies of #94CE5B
Complementary color
Monochromatic Colors of #94CE5B
Black with #94CE5B
Text Example
Text Example
White with #94CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE5B; }
p { color: rgb(148,206,91); }
H1.HeaderClassName
{
color: #94CE5B;
}
.AnyTagClassName
{
color: #94CE5B;
}
</style>
background-color css
<style>
a { background-color: #94CE5B; }
a { background-color: rgb(148,206,91); }
div.DivClassName
{
background-color: #94CE5B;
}
.BgClassName
{
background-color: #94CE5B;
}
</style>
border-color css
<style>
span { border-color: #94CE5B; }
span { border-color: rgb(148,206,91); }
td.TdClassName
{
border-color: #94CE5B;
}
.TagClassName
{
border-color: #94CE5B;
}
</style>