Shades of Mantis #74BE61
Tints of Mantis #74BE61
RGB
CMYK
RGB Variations
Color information
#74BE61 (or 0x74BE61) is known color: Mantis. HEX triplet: 74, BE and 61. RGB value is (116,190,97). Sum of RGB (Red+Green+Blue) = 116+190+97=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE61 is #8B419E. Grayscale: #9D9D9D. Windows color (decimal): -9126303 or 6405748. OLE color: 6405748.
HSL color Cylindrical-coordinate representation of color #74BE61: hue angle of 107.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74BE61 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 97 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.25 |
| HSL | 107.74º | 0.42% | 0.56% | - |
| HSV(B) | 107.74º | 0.49% | 0.75% | - |
| XYZ | 27.77 | 41.4 | 17.84 | - |
| YUV | 157.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 97 | 0.39 | 0 | 0.49 | 0.25 | 107.74 | 0.42 | 0.56 |
| Hex | 74 | BE | 61 | 27 | 0 | 31 | 19 | 6C | 2A | 38 |
| Octal | 164 | 276 | 141 | 47 | 0 | 61 | 31 | 154 | 52 | 70 |
| Binary | 1110100 | 10111110 | 1100001 | 100111 | 0 | 110001 | 11001 | 1101100 | 101010 | 111000 |
Color Harmonies of #74BE61
Complementary color
Monochromatic Colors of #74BE61
Black with #74BE61
Text Example
Text Example
White with #74BE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE61; }
p { color: rgb(116,190,97); }
H1.HeaderClassName
{
color: #74BE61;
}
.AnyTagClassName
{
color: #74BE61;
}
</style>
background-color css
<style>
a { background-color: #74BE61; }
a { background-color: rgb(116,190,97); }
div.DivClassName
{
background-color: #74BE61;
}
.BgClassName
{
background-color: #74BE61;
}
</style>
border-color css
<style>
span { border-color: #74BE61; }
span { border-color: rgb(116,190,97); }
td.TdClassName
{
border-color: #74BE61;
}
.TagClassName
{
border-color: #74BE61;
}
</style>