Shades of Mantis #74BF6A
Tints of Mantis #74BF6A
RGB
CMYK
RGB Variations
Color information
#74BF6A (or 0x74BF6A) is known color: Mantis. HEX triplet: 74, BF and 6A. RGB value is (116,191,106). Sum of RGB (Red+Green+Blue) = 116+191+106=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF6A is #8B4095. Grayscale: #9F9F9F. Windows color (decimal): -9126038 or 6995828. OLE color: 6995828.
HSL color Cylindrical-coordinate representation of color #74BF6A: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BF6A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 106 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.25 |
| HSL | 112.94º | 0.4% | 0.58% | - |
| HSV(B) | 112.94º | 0.45% | 0.75% | - |
| XYZ | 28.43 | 42.02 | 20.25 | - |
| YUV | 158.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 106 | 0.39 | 0 | 0.45 | 0.25 | 112.94 | 0.4 | 0.58 |
| Hex | 74 | BF | 6A | 27 | 0 | 2D | 19 | 71 | 28 | 3A |
| Octal | 164 | 277 | 152 | 47 | 0 | 55 | 31 | 161 | 50 | 72 |
| Binary | 1110100 | 10111111 | 1101010 | 100111 | 0 | 101101 | 11001 | 1110001 | 101000 | 111010 |
Color Harmonies of #74BF6A
Complementary color
Monochromatic Colors of #74BF6A
Black with #74BF6A
Text Example
Text Example
White with #74BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF6A; }
p { color: rgb(116,191,106); }
H1.HeaderClassName
{
color: #74BF6A;
}
.AnyTagClassName
{
color: #74BF6A;
}
</style>
background-color css
<style>
a { background-color: #74BF6A; }
a { background-color: rgb(116,191,106); }
div.DivClassName
{
background-color: #74BF6A;
}
.BgClassName
{
background-color: #74BF6A;
}
</style>
border-color css
<style>
span { border-color: #74BF6A; }
span { border-color: rgb(116,191,106); }
td.TdClassName
{
border-color: #74BF6A;
}
.TagClassName
{
border-color: #74BF6A;
}
</style>