Shades of Mantis #74C363
Tints of Mantis #74C363
RGB
CMYK
RGB Variations
Color information
#74C363 (or 0x74C363) is known color: Mantis. HEX triplet: 74, C3 and 63. RGB value is (116,195,99). Sum of RGB (Red+Green+Blue) = 116+195+99=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #74C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C363 is #8B3C9C. Grayscale: #A0A0A0. Windows color (decimal): -9125021 or 6538100. OLE color: 6538100.
HSL color Cylindrical-coordinate representation of color #74C363: hue angle of 109.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C363 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 99 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.24 |
| HSL | 109.38º | 0.44% | 0.58% | - |
| HSV(B) | 109.38º | 0.49% | 0.76% | - |
| XYZ | 28.97 | 43.64 | 18.7 | - |
| YUV | 160.44 | 93.33 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 99 | 0.41 | 0 | 0.49 | 0.24 | 109.38 | 0.44 | 0.58 |
| Hex | 74 | C3 | 63 | 29 | 0 | 31 | 18 | 6D | 2C | 3A |
| Octal | 164 | 303 | 143 | 51 | 0 | 61 | 30 | 155 | 54 | 72 |
| Binary | 1110100 | 11000011 | 1100011 | 101001 | 0 | 110001 | 11000 | 1101101 | 101100 | 111010 |
Color Harmonies of #74C363
Complementary color
Monochromatic Colors of #74C363
Black with #74C363
Text Example
Text Example
White with #74C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C363; }
p { color: rgb(116,195,99); }
H1.HeaderClassName
{
color: #74C363;
}
.AnyTagClassName
{
color: #74C363;
}
</style>
background-color css
<style>
a { background-color: #74C363; }
a { background-color: rgb(116,195,99); }
div.DivClassName
{
background-color: #74C363;
}
.BgClassName
{
background-color: #74C363;
}
</style>
border-color css
<style>
span { border-color: #74C363; }
span { border-color: rgb(116,195,99); }
td.TdClassName
{
border-color: #74C363;
}
.TagClassName
{
border-color: #74C363;
}
</style>