Shades of Mantis #74D646
Tints of Mantis #74D646
RGB
CMYK
RGB Variations
Color information
#74D646 (or 0x74D646) is known color: Mantis. HEX triplet: 74, D6 and 46. RGB value is (116,214,70). Sum of RGB (Red+Green+Blue) = 116+214+70=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #74D646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D646 is #8B29B9. Grayscale: #A8A8A8. Windows color (decimal): -9120186 or 4642420. OLE color: 4642420.
HSL color Cylindrical-coordinate representation of color #74D646: hue angle of 100.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74D646 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 70 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.16 |
| HSL | 100.83º | 0.64% | 0.56% | - |
| HSV(B) | 100.83º | 0.67% | 0.84% | - |
| XYZ | 32.35 | 52.25 | 14.17 | - |
| YUV | 168.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 70 | 0.46 | 0 | 0.67 | 0.16 | 100.83 | 0.64 | 0.56 |
| Hex | 74 | D6 | 46 | 2E | 0 | 43 | 10 | 65 | 40 | 38 |
| Octal | 164 | 326 | 106 | 56 | 0 | 103 | 20 | 145 | 100 | 70 |
| Binary | 1110100 | 11010110 | 1000110 | 101110 | 0 | 1000011 | 10000 | 1100101 | 1000000 | 111000 |
Color Harmonies of #74D646
Complementary color
Monochromatic Colors of #74D646
Black with #74D646
Text Example
Text Example
White with #74D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D646; }
p { color: rgb(116,214,70); }
H1.HeaderClassName
{
color: #74D646;
}
.AnyTagClassName
{
color: #74D646;
}
</style>
background-color css
<style>
a { background-color: #74D646; }
a { background-color: rgb(116,214,70); }
div.DivClassName
{
background-color: #74D646;
}
.BgClassName
{
background-color: #74D646;
}
</style>
border-color css
<style>
span { border-color: #74D646; }
span { border-color: rgb(116,214,70); }
td.TdClassName
{
border-color: #74D646;
}
.TagClassName
{
border-color: #74D646;
}
</style>