Shades of Mantis #7DC945
Tints of Mantis #7DC945
RGB
CMYK
RGB Variations
Color information
#7DC945 (or 0x7DC945) is known color: Mantis. HEX triplet: 7D, C9 and 45. RGB value is (125,201,69). Sum of RGB (Red+Green+Blue) = 125+201+69=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC945 is #8236BA. Grayscale: #A3A3A3. Windows color (decimal): -8533691 or 4573565. OLE color: 4573565.
HSL color Cylindrical-coordinate representation of color #7DC945: hue angle of 94.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC945 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 69 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.21 |
| HSL | 94.55º | 0.55% | 0.53% | - |
| HSV(B) | 94.55º | 0.66% | 0.79% | - |
| XYZ | 30.42 | 46.56 | 13.01 | - |
| YUV | 163.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 69 | 0.38 | 0 | 0.66 | 0.21 | 94.55 | 0.55 | 0.53 |
| Hex | 7D | C9 | 45 | 26 | 0 | 42 | 15 | 5F | 37 | 35 |
| Octal | 175 | 311 | 105 | 46 | 0 | 102 | 25 | 137 | 67 | 65 |
| Binary | 1111101 | 11001001 | 1000101 | 100110 | 0 | 1000010 | 10101 | 1011111 | 110111 | 110101 |
Color Harmonies of #7DC945
Complementary color
Monochromatic Colors of #7DC945
Black with #7DC945
Text Example
Text Example
White with #7DC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC945; }
p { color: rgb(125,201,69); }
H1.HeaderClassName
{
color: #7DC945;
}
.AnyTagClassName
{
color: #7DC945;
}
</style>
background-color css
<style>
a { background-color: #7DC945; }
a { background-color: rgb(125,201,69); }
div.DivClassName
{
background-color: #7DC945;
}
.BgClassName
{
background-color: #7DC945;
}
</style>
border-color css
<style>
span { border-color: #7DC945; }
span { border-color: rgb(125,201,69); }
td.TdClassName
{
border-color: #7DC945;
}
.TagClassName
{
border-color: #7DC945;
}
</style>