Shades of Mantis #74C766
Tints of Mantis #74C766
RGB
CMYK
RGB Variations
Color information
#74C766 (or 0x74C766) is known color: Mantis. HEX triplet: 74, C7 and 66. RGB value is (116,199,102). Sum of RGB (Red+Green+Blue) = 116+199+102=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #74C766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C766 is #8B3899. Grayscale: #A3A3A3. Windows color (decimal): -9123994 or 6735732. OLE color: 6735732.
HSL color Cylindrical-coordinate representation of color #74C766: hue angle of 111.34º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C766 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 102 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.22 |
| HSL | 111.34º | 0.46% | 0.59% | - |
| HSV(B) | 111.34º | 0.49% | 0.78% | - |
| XYZ | 30.02 | 45.52 | 19.77 | - |
| YUV | 163.13 | 93.5 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 102 | 0.42 | 0 | 0.49 | 0.22 | 111.34 | 0.46 | 0.59 |
| Hex | 74 | C7 | 66 | 2A | 0 | 31 | 16 | 6F | 2E | 3B |
| Octal | 164 | 307 | 146 | 52 | 0 | 61 | 26 | 157 | 56 | 73 |
| Binary | 1110100 | 11000111 | 1100110 | 101010 | 0 | 110001 | 10110 | 1101111 | 101110 | 111011 |
Color Harmonies of #74C766
Complementary color
Monochromatic Colors of #74C766
Black with #74C766
Text Example
Text Example
White with #74C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C766; }
p { color: rgb(116,199,102); }
H1.HeaderClassName
{
color: #74C766;
}
.AnyTagClassName
{
color: #74C766;
}
</style>
background-color css
<style>
a { background-color: #74C766; }
a { background-color: rgb(116,199,102); }
div.DivClassName
{
background-color: #74C766;
}
.BgClassName
{
background-color: #74C766;
}
</style>
border-color css
<style>
span { border-color: #74C766; }
span { border-color: rgb(116,199,102); }
td.TdClassName
{
border-color: #74C766;
}
.TagClassName
{
border-color: #74C766;
}
</style>