Shades of Mantis #77DC53
Tints of Mantis #77DC53
RGB
CMYK
RGB Variations
Color information
#77DC53 (or 0x77DC53) is known color: Mantis. HEX triplet: 77, DC and 53. RGB value is (119,220,83). Sum of RGB (Red+Green+Blue) = 119+220+83=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DC53 is #8823AC. Grayscale: #AEAEAE. Windows color (decimal): -8922029 or 5495927. OLE color: 5495927.
HSL color Cylindrical-coordinate representation of color #77DC53: hue angle of 104.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77DC53 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 83 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.14 |
| HSL | 104.23º | 0.66% | 0.59% | - |
| HSV(B) | 104.23º | 0.62% | 0.86% | - |
| XYZ | 34.76 | 55.73 | 17.11 | - |
| YUV | 174.18 | 76.54 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 83 | 0.46 | 0 | 0.62 | 0.14 | 104.23 | 0.66 | 0.59 |
| Hex | 77 | DC | 53 | 2E | 0 | 3E | E | 68 | 42 | 3B |
| Octal | 167 | 334 | 123 | 56 | 0 | 76 | 16 | 150 | 102 | 73 |
| Binary | 1110111 | 11011100 | 1010011 | 101110 | 0 | 111110 | 1110 | 1101000 | 1000010 | 111011 |
Color Harmonies of #77DC53
Complementary color
Monochromatic Colors of #77DC53
Black with #77DC53
Text Example
Text Example
White with #77DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC53; }
p { color: rgb(119,220,83); }
H1.HeaderClassName
{
color: #77DC53;
}
.AnyTagClassName
{
color: #77DC53;
}
</style>
background-color css
<style>
a { background-color: #77DC53; }
a { background-color: rgb(119,220,83); }
div.DivClassName
{
background-color: #77DC53;
}
.BgClassName
{
background-color: #77DC53;
}
</style>
border-color css
<style>
span { border-color: #77DC53; }
span { border-color: rgb(119,220,83); }
td.TdClassName
{
border-color: #77DC53;
}
.TagClassName
{
border-color: #77DC53;
}
</style>