Shades of Mantis #76B254
Tints of Mantis #76B254
RGB
CMYK
RGB Variations
Color information
#76B254 (or 0x76B254) is known color: Mantis. HEX triplet: 76, B2 and 54. RGB value is (118,178,84). Sum of RGB (Red+Green+Blue) = 118+178+84=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #76B254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B254 is #894DAB. Grayscale: #959595. Windows color (decimal): -8998316 or 5550710. OLE color: 5550710.
HSL color Cylindrical-coordinate representation of color #76B254: hue angle of 98.3º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B254 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 84 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.30 |
| HSL | 98.3º | 0.38% | 0.51% | - |
| HSV(B) | 98.3º | 0.53% | 0.7% | - |
| XYZ | 24.99 | 36.33 | 14.08 | - |
| YUV | 149.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 84 | 0.34 | 0 | 0.53 | 0.30 | 98.3 | 0.38 | 0.51 |
| Hex | 76 | B2 | 54 | 22 | 0 | 35 | 1E | 62 | 26 | 33 |
| Octal | 166 | 262 | 124 | 42 | 0 | 65 | 36 | 142 | 46 | 63 |
| Binary | 1110110 | 10110010 | 1010100 | 100010 | 0 | 110101 | 11110 | 1100010 | 100110 | 110011 |
Color Harmonies of #76B254
Complementary color
Monochromatic Colors of #76B254
Black with #76B254
Text Example
Text Example
White with #76B254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B254; }
p { color: rgb(118,178,84); }
H1.HeaderClassName
{
color: #76B254;
}
.AnyTagClassName
{
color: #76B254;
}
</style>
background-color css
<style>
a { background-color: #76B254; }
a { background-color: rgb(118,178,84); }
div.DivClassName
{
background-color: #76B254;
}
.BgClassName
{
background-color: #76B254;
}
</style>
border-color css
<style>
span { border-color: #76B254; }
span { border-color: rgb(118,178,84); }
td.TdClassName
{
border-color: #76B254;
}
.TagClassName
{
border-color: #76B254;
}
</style>