Shades of Mantis #74BF64
Tints of Mantis #74BF64
RGB
CMYK
RGB Variations
Color information
#74BF64 (or 0x74BF64) is known color: Mantis. HEX triplet: 74, BF and 64. RGB value is (116,191,100). Sum of RGB (Red+Green+Blue) = 116+191+100=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF64 is #8B409B. Grayscale: #9E9E9E. Windows color (decimal): -9126044 or 6602612. OLE color: 6602612.
HSL color Cylindrical-coordinate representation of color #74BF64: hue angle of 109.45º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BF64 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 100 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.25 |
| HSL | 109.45º | 0.42% | 0.57% | - |
| HSV(B) | 109.45º | 0.48% | 0.75% | - |
| XYZ | 28.13 | 41.89 | 18.66 | - |
| YUV | 158.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 100 | 0.39 | 0 | 0.48 | 0.25 | 109.45 | 0.42 | 0.57 |
| Hex | 74 | BF | 64 | 27 | 0 | 30 | 19 | 6D | 2A | 39 |
| Octal | 164 | 277 | 144 | 47 | 0 | 60 | 31 | 155 | 52 | 71 |
| Binary | 1110100 | 10111111 | 1100100 | 100111 | 0 | 110000 | 11001 | 1101101 | 101010 | 111001 |
Color Harmonies of #74BF64
Complementary color
Monochromatic Colors of #74BF64
Black with #74BF64
Text Example
Text Example
White with #74BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF64; }
p { color: rgb(116,191,100); }
H1.HeaderClassName
{
color: #74BF64;
}
.AnyTagClassName
{
color: #74BF64;
}
</style>
background-color css
<style>
a { background-color: #74BF64; }
a { background-color: rgb(116,191,100); }
div.DivClassName
{
background-color: #74BF64;
}
.BgClassName
{
background-color: #74BF64;
}
</style>
border-color css
<style>
span { border-color: #74BF64; }
span { border-color: rgb(116,191,100); }
td.TdClassName
{
border-color: #74BF64;
}
.TagClassName
{
border-color: #74BF64;
}
</style>