Shades of Mantis #77DC52
Tints of Mantis #77DC52
RGB
CMYK
RGB Variations
Color information
#77DC52 (or 0x77DC52) is known color: Mantis. HEX triplet: 77, DC and 52. RGB value is (119,220,82). Sum of RGB (Red+Green+Blue) = 119+220+82=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DC52 is #8823AD. Grayscale: #AEAEAE. Windows color (decimal): -8922030 or 5430391. OLE color: 5430391.
HSL color Cylindrical-coordinate representation of color #77DC52: hue angle of 103.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77DC52 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 82 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.14 |
| HSL | 103.91º | 0.66% | 0.59% | - |
| HSV(B) | 103.91º | 0.63% | 0.86% | - |
| XYZ | 34.72 | 55.72 | 16.91 | - |
| YUV | 174.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 82 | 0.46 | 0 | 0.63 | 0.14 | 103.91 | 0.66 | 0.59 |
| Hex | 77 | DC | 52 | 2E | 0 | 3F | E | 68 | 42 | 3B |
| Octal | 167 | 334 | 122 | 56 | 0 | 77 | 16 | 150 | 102 | 73 |
| Binary | 1110111 | 11011100 | 1010010 | 101110 | 0 | 111111 | 1110 | 1101000 | 1000010 | 111011 |
Color Harmonies of #77DC52
Complementary color
Monochromatic Colors of #77DC52
Black with #77DC52
Text Example
Text Example
White with #77DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC52; }
p { color: rgb(119,220,82); }
H1.HeaderClassName
{
color: #77DC52;
}
.AnyTagClassName
{
color: #77DC52;
}
</style>
background-color css
<style>
a { background-color: #77DC52; }
a { background-color: rgb(119,220,82); }
div.DivClassName
{
background-color: #77DC52;
}
.BgClassName
{
background-color: #77DC52;
}
</style>
border-color css
<style>
span { border-color: #77DC52; }
span { border-color: rgb(119,220,82); }
td.TdClassName
{
border-color: #77DC52;
}
.TagClassName
{
border-color: #77DC52;
}
</style>