Shades of Mantis #77D83D
Tints of Mantis #77D83D
RGB
CMYK
RGB Variations
Color information
#77D83D (or 0x77D83D) is known color: Mantis. HEX triplet: 77, D8 and 3D. RGB value is (119,216,61). Sum of RGB (Red+Green+Blue) = 119+216+61=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #77D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D83D is #8827C2. Grayscale: #A9A9A9. Windows color (decimal): -8923075 or 4053111. OLE color: 4053111.
HSL color Cylindrical-coordinate representation of color #77D83D: hue angle of 97.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77D83D is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 61 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.15 |
| HSL | 97.55º | 0.67% | 0.54% | - |
| HSV(B) | 97.55º | 0.72% | 0.85% | - |
| XYZ | 33.01 | 53.37 | 12.98 | - |
| YUV | 169.33 | 66.86 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 61 | 0.45 | 0 | 0.72 | 0.15 | 97.55 | 0.67 | 0.54 |
| Hex | 77 | D8 | 3D | 2D | 0 | 48 | F | 62 | 43 | 36 |
| Octal | 167 | 330 | 75 | 55 | 0 | 110 | 17 | 142 | 103 | 66 |
| Binary | 1110111 | 11011000 | 111101 | 101101 | 0 | 1001000 | 1111 | 1100010 | 1000011 | 110110 |
Color Harmonies of #77D83D
Complementary color
Monochromatic Colors of #77D83D
Black with #77D83D
Text Example
Text Example
White with #77D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D83D; }
p { color: rgb(119,216,61); }
H1.HeaderClassName
{
color: #77D83D;
}
.AnyTagClassName
{
color: #77D83D;
}
</style>
background-color css
<style>
a { background-color: #77D83D; }
a { background-color: rgb(119,216,61); }
div.DivClassName
{
background-color: #77D83D;
}
.BgClassName
{
background-color: #77D83D;
}
</style>
border-color css
<style>
span { border-color: #77D83D; }
span { border-color: rgb(119,216,61); }
td.TdClassName
{
border-color: #77D83D;
}
.TagClassName
{
border-color: #77D83D;
}
</style>