Shades of Mantis #76DA40
Tints of Mantis #76DA40
RGB
CMYK
RGB Variations
Color information
#76DA40 (or 0x76DA40) is known color: Mantis. HEX triplet: 76, DA and 40. RGB value is (118,218,64). Sum of RGB (Red+Green+Blue) = 118+218+64=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA40 is #8925BF. Grayscale: #ABABAB. Windows color (decimal): -8988096 or 4250230. OLE color: 4250230.
HSL color Cylindrical-coordinate representation of color #76DA40: hue angle of 98.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76DA40 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 64 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.15 |
| HSL | 98.96º | 0.68% | 0.55% | - |
| HSV(B) | 98.96º | 0.71% | 0.85% | - |
| XYZ | 33.47 | 54.36 | 13.58 | - |
| YUV | 170.54 | 67.87 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 64 | 0.46 | 0 | 0.71 | 0.15 | 98.96 | 0.68 | 0.55 |
| Hex | 76 | DA | 40 | 2E | 0 | 47 | F | 63 | 44 | 37 |
| Octal | 166 | 332 | 100 | 56 | 0 | 107 | 17 | 143 | 104 | 67 |
| Binary | 1110110 | 11011010 | 1000000 | 101110 | 0 | 1000111 | 1111 | 1100011 | 1000100 | 110111 |
Color Harmonies of #76DA40
Complementary color
Monochromatic Colors of #76DA40
Black with #76DA40
Text Example
Text Example
White with #76DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA40; }
p { color: rgb(118,218,64); }
H1.HeaderClassName
{
color: #76DA40;
}
.AnyTagClassName
{
color: #76DA40;
}
</style>
background-color css
<style>
a { background-color: #76DA40; }
a { background-color: rgb(118,218,64); }
div.DivClassName
{
background-color: #76DA40;
}
.BgClassName
{
background-color: #76DA40;
}
</style>
border-color css
<style>
span { border-color: #76DA40; }
span { border-color: rgb(118,218,64); }
td.TdClassName
{
border-color: #76DA40;
}
.TagClassName
{
border-color: #76DA40;
}
</style>