Shades of Mantis #74BE6A
Tints of Mantis #74BE6A
RGB
CMYK
RGB Variations
Color information
#74BE6A (or 0x74BE6A) is known color: Mantis. HEX triplet: 74, BE and 6A. RGB value is (116,190,106). Sum of RGB (Red+Green+Blue) = 116+190+106=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE6A is #8B4195. Grayscale: #9E9E9E. Windows color (decimal): -9126294 or 6995572. OLE color: 6995572.
HSL color Cylindrical-coordinate representation of color #74BE6A: hue angle of 112.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74BE6A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 106 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.25 |
| HSL | 112.86º | 0.39% | 0.58% | - |
| HSV(B) | 112.86º | 0.44% | 0.75% | - |
| XYZ | 28.22 | 41.58 | 20.17 | - |
| YUV | 158.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 106 | 0.39 | 0 | 0.44 | 0.25 | 112.86 | 0.39 | 0.58 |
| Hex | 74 | BE | 6A | 27 | 0 | 2C | 19 | 71 | 27 | 3A |
| Octal | 164 | 276 | 152 | 47 | 0 | 54 | 31 | 161 | 47 | 72 |
| Binary | 1110100 | 10111110 | 1101010 | 100111 | 0 | 101100 | 11001 | 1110001 | 100111 | 111010 |
Color Harmonies of #74BE6A
Complementary color
Monochromatic Colors of #74BE6A
Black with #74BE6A
Text Example
Text Example
White with #74BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE6A; }
p { color: rgb(116,190,106); }
H1.HeaderClassName
{
color: #74BE6A;
}
.AnyTagClassName
{
color: #74BE6A;
}
</style>
background-color css
<style>
a { background-color: #74BE6A; }
a { background-color: rgb(116,190,106); }
div.DivClassName
{
background-color: #74BE6A;
}
.BgClassName
{
background-color: #74BE6A;
}
</style>
border-color css
<style>
span { border-color: #74BE6A; }
span { border-color: rgb(116,190,106); }
td.TdClassName
{
border-color: #74BE6A;
}
.TagClassName
{
border-color: #74BE6A;
}
</style>