Shades of Mantis #77D04B
Tints of Mantis #77D04B
RGB
CMYK
RGB Variations
Color information
#77D04B (or 0x77D04B) is known color: Mantis. HEX triplet: 77, D0 and 4B. RGB value is (119,208,75). Sum of RGB (Red+Green+Blue) = 119+208+75=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #77D04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D04B is #882FB4. Grayscale: #A6A6A6. Windows color (decimal): -8925109 or 4968567. OLE color: 4968567.
HSL color Cylindrical-coordinate representation of color #77D04B: hue angle of 100.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77D04B is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 75 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.18 |
| HSL | 100.15º | 0.59% | 0.55% | - |
| HSV(B) | 100.15º | 0.64% | 0.82% | - |
| XYZ | 31.43 | 49.54 | 14.56 | - |
| YUV | 166.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 75 | 0.43 | 0 | 0.64 | 0.18 | 100.15 | 0.59 | 0.55 |
| Hex | 77 | D0 | 4B | 2B | 0 | 40 | 12 | 64 | 3B | 37 |
| Octal | 167 | 320 | 113 | 53 | 0 | 100 | 22 | 144 | 73 | 67 |
| Binary | 1110111 | 11010000 | 1001011 | 101011 | 0 | 1000000 | 10010 | 1100100 | 111011 | 110111 |
Color Harmonies of #77D04B
Complementary color
Monochromatic Colors of #77D04B
Black with #77D04B
Text Example
Text Example
White with #77D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D04B; }
p { color: rgb(119,208,75); }
H1.HeaderClassName
{
color: #77D04B;
}
.AnyTagClassName
{
color: #77D04B;
}
</style>
background-color css
<style>
a { background-color: #77D04B; }
a { background-color: rgb(119,208,75); }
div.DivClassName
{
background-color: #77D04B;
}
.BgClassName
{
background-color: #77D04B;
}
</style>
border-color css
<style>
span { border-color: #77D04B; }
span { border-color: rgb(119,208,75); }
td.TdClassName
{
border-color: #77D04B;
}
.TagClassName
{
border-color: #77D04B;
}
</style>