Shades of Mantis #94DC60
Tints of Mantis #94DC60
RGB
CMYK
RGB Variations
Color information
#94DC60 (or 0x94DC60) is known color: Mantis. HEX triplet: 94, DC and 60. RGB value is (148,220,96). Sum of RGB (Red+Green+Blue) = 148+220+96=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC60 is #6B239F. Grayscale: #B8B8B8. Windows color (decimal): -7021472 or 6347924. OLE color: 6347924.
HSL color Cylindrical-coordinate representation of color #94DC60: hue angle of 94.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94DC60 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 96 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.14 |
| HSL | 94.84º | 0.64% | 0.62% | - |
| HSV(B) | 94.84º | 0.56% | 0.86% | - |
| XYZ | 39.92 | 58.33 | 20.22 | - |
| YUV | 184.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 96 | 0.33 | 0 | 0.56 | 0.14 | 94.84 | 0.64 | 0.62 |
| Hex | 94 | DC | 60 | 21 | 0 | 38 | E | 5F | 40 | 3E |
| Octal | 224 | 334 | 140 | 41 | 0 | 70 | 16 | 137 | 100 | 76 |
| Binary | 10010100 | 11011100 | 1100000 | 100001 | 0 | 111000 | 1110 | 1011111 | 1000000 | 111110 |
Color Harmonies of #94DC60
Complementary color
Monochromatic Colors of #94DC60
Black with #94DC60
Text Example
Text Example
White with #94DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC60; }
p { color: rgb(148,220,96); }
H1.HeaderClassName
{
color: #94DC60;
}
.AnyTagClassName
{
color: #94DC60;
}
</style>
background-color css
<style>
a { background-color: #94DC60; }
a { background-color: rgb(148,220,96); }
div.DivClassName
{
background-color: #94DC60;
}
.BgClassName
{
background-color: #94DC60;
}
</style>
border-color css
<style>
span { border-color: #94DC60; }
span { border-color: rgb(148,220,96); }
td.TdClassName
{
border-color: #94DC60;
}
.TagClassName
{
border-color: #94DC60;
}
</style>