Shades of Mantis #77DD58
Tints of Mantis #77DD58
RGB
CMYK
RGB Variations
Color information
#77DD58 (or 0x77DD58) is known color: Mantis. HEX triplet: 77, DD and 58. RGB value is (119,221,88). Sum of RGB (Red+Green+Blue) = 119+221+88=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD58 is #8822A7. Grayscale: #AFAFAF. Windows color (decimal): -8921768 or 5823863. OLE color: 5823863.
HSL color Cylindrical-coordinate representation of color #77DD58: hue angle of 106.02º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77DD58 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 88 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.13 |
| HSL | 106.02º | 0.66% | 0.61% | - |
| HSV(B) | 106.02º | 0.6% | 0.87% | - |
| XYZ | 35.23 | 56.34 | 18.25 | - |
| YUV | 175.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 88 | 0.46 | 0 | 0.60 | 0.13 | 106.02 | 0.66 | 0.61 |
| Hex | 77 | DD | 58 | 2E | 0 | 3C | D | 6A | 42 | 3D |
| Octal | 167 | 335 | 130 | 56 | 0 | 74 | 15 | 152 | 102 | 75 |
| Binary | 1110111 | 11011101 | 1011000 | 101110 | 0 | 111100 | 1101 | 1101010 | 1000010 | 111101 |
Color Harmonies of #77DD58
Complementary color
Monochromatic Colors of #77DD58
Black with #77DD58
Text Example
Text Example
White with #77DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD58; }
p { color: rgb(119,221,88); }
H1.HeaderClassName
{
color: #77DD58;
}
.AnyTagClassName
{
color: #77DD58;
}
</style>
background-color css
<style>
a { background-color: #77DD58; }
a { background-color: rgb(119,221,88); }
div.DivClassName
{
background-color: #77DD58;
}
.BgClassName
{
background-color: #77DD58;
}
</style>
border-color css
<style>
span { border-color: #77DD58; }
span { border-color: rgb(119,221,88); }
td.TdClassName
{
border-color: #77DD58;
}
.TagClassName
{
border-color: #77DD58;
}
</style>