Shades of Mantis #94DC5A
Tints of Mantis #94DC5A
RGB
CMYK
RGB Variations
Color information
#94DC5A (or 0x94DC5A) is known color: Mantis. HEX triplet: 94, DC and 5A. RGB value is (148,220,90). Sum of RGB (Red+Green+Blue) = 148+220+90=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC5A is #6B23A5. Grayscale: #B8B8B8. Windows color (decimal): -7021478 or 5954708. OLE color: 5954708.
HSL color Cylindrical-coordinate representation of color #94DC5A: hue angle of 93.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94DC5A is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 90 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.14 |
| HSL | 93.23º | 0.65% | 0.61% | - |
| HSV(B) | 93.23º | 0.59% | 0.86% | - |
| XYZ | 39.65 | 58.22 | 18.82 | - |
| YUV | 183.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 90 | 0.33 | 0 | 0.59 | 0.14 | 93.23 | 0.65 | 0.61 |
| Hex | 94 | DC | 5A | 21 | 0 | 3B | E | 5D | 41 | 3D |
| Octal | 224 | 334 | 132 | 41 | 0 | 73 | 16 | 135 | 101 | 75 |
| Binary | 10010100 | 11011100 | 1011010 | 100001 | 0 | 111011 | 1110 | 1011101 | 1000001 | 111101 |
Color Harmonies of #94DC5A
Complementary color
Monochromatic Colors of #94DC5A
Black with #94DC5A
Text Example
Text Example
White with #94DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC5A; }
p { color: rgb(148,220,90); }
H1.HeaderClassName
{
color: #94DC5A;
}
.AnyTagClassName
{
color: #94DC5A;
}
</style>
background-color css
<style>
a { background-color: #94DC5A; }
a { background-color: rgb(148,220,90); }
div.DivClassName
{
background-color: #94DC5A;
}
.BgClassName
{
background-color: #94DC5A;
}
</style>
border-color css
<style>
span { border-color: #94DC5A; }
span { border-color: rgb(148,220,90); }
td.TdClassName
{
border-color: #94DC5A;
}
.TagClassName
{
border-color: #94DC5A;
}
</style>