Shades of Mantis #77DF4A
Tints of Mantis #77DF4A
RGB
CMYK
RGB Variations
Color information
#77DF4A (or 0x77DF4A) is known color: Mantis. HEX triplet: 77, DF and 4A. RGB value is (119,223,74). Sum of RGB (Red+Green+Blue) = 119+223+74=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #77DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DF4A is #8820B5. Grayscale: #AFAFAF. Windows color (decimal): -8921270 or 4906871. OLE color: 4906871.
HSL color Cylindrical-coordinate representation of color #77DF4A: hue angle of 101.88º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77DF4A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 223 | 74 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.13 |
| HSL | 101.88º | 0.7% | 0.58% | - |
| HSV(B) | 101.88º | 0.67% | 0.87% | - |
| XYZ | 35.23 | 57.19 | 15.66 | - |
| YUV | 174.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 74 | 0.47 | 0 | 0.67 | 0.13 | 101.88 | 0.7 | 0.58 |
| Hex | 77 | DF | 4A | 2F | 0 | 43 | D | 66 | 46 | 3A |
| Octal | 167 | 337 | 112 | 57 | 0 | 103 | 15 | 146 | 106 | 72 |
| Binary | 1110111 | 11011111 | 1001010 | 101111 | 0 | 1000011 | 1101 | 1100110 | 1000110 | 111010 |
Color Harmonies of #77DF4A
Complementary color
Monochromatic Colors of #77DF4A
Black with #77DF4A
Text Example
Text Example
White with #77DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DF4A; }
p { color: rgb(119,223,74); }
H1.HeaderClassName
{
color: #77DF4A;
}
.AnyTagClassName
{
color: #77DF4A;
}
</style>
background-color css
<style>
a { background-color: #77DF4A; }
a { background-color: rgb(119,223,74); }
div.DivClassName
{
background-color: #77DF4A;
}
.BgClassName
{
background-color: #77DF4A;
}
</style>
border-color css
<style>
span { border-color: #77DF4A; }
span { border-color: rgb(119,223,74); }
td.TdClassName
{
border-color: #77DF4A;
}
.TagClassName
{
border-color: #77DF4A;
}
</style>