Shades of Mantis #77CE45
Tints of Mantis #77CE45
RGB
CMYK
RGB Variations
Color information
#77CE45 (or 0x77CE45) is known color: Mantis. HEX triplet: 77, CE and 45. RGB value is (119,206,69). Sum of RGB (Red+Green+Blue) = 119+206+69=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CE45 is #8831BA. Grayscale: #A4A4A4. Windows color (decimal): -8925627 or 4574839. OLE color: 4574839.
HSL color Cylindrical-coordinate representation of color #77CE45: hue angle of 98.1º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77CE45 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 69 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.19 |
| HSL | 98.1º | 0.58% | 0.54% | - |
| HSV(B) | 98.1º | 0.67% | 0.81% | - |
| XYZ | 30.75 | 48.49 | 13.37 | - |
| YUV | 164.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 69 | 0.42 | 0 | 0.67 | 0.19 | 98.1 | 0.58 | 0.54 |
| Hex | 77 | CE | 45 | 2A | 0 | 43 | 13 | 62 | 3A | 36 |
| Octal | 167 | 316 | 105 | 52 | 0 | 103 | 23 | 142 | 72 | 66 |
| Binary | 1110111 | 11001110 | 1000101 | 101010 | 0 | 1000011 | 10011 | 1100010 | 111010 | 110110 |
Color Harmonies of #77CE45
Complementary color
Monochromatic Colors of #77CE45
Black with #77CE45
Text Example
Text Example
White with #77CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE45; }
p { color: rgb(119,206,69); }
H1.HeaderClassName
{
color: #77CE45;
}
.AnyTagClassName
{
color: #77CE45;
}
</style>
background-color css
<style>
a { background-color: #77CE45; }
a { background-color: rgb(119,206,69); }
div.DivClassName
{
background-color: #77CE45;
}
.BgClassName
{
background-color: #77CE45;
}
</style>
border-color css
<style>
span { border-color: #77CE45; }
span { border-color: rgb(119,206,69); }
td.TdClassName
{
border-color: #77CE45;
}
.TagClassName
{
border-color: #77CE45;
}
</style>