Shades of Mantis #7DC344
Tints of Mantis #7DC344
RGB
CMYK
RGB Variations
Color information
#7DC344 (or 0x7DC344) is known color: Mantis. HEX triplet: 7D, C3 and 44. RGB value is (125,195,68). Sum of RGB (Red+Green+Blue) = 125+195+68=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC344 is #823CBB. Grayscale: #A0A0A0. Windows color (decimal): -8535228 or 4506493. OLE color: 4506493.
HSL color Cylindrical-coordinate representation of color #7DC344: hue angle of 93.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DC344 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 68 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.24 |
| HSL | 93.07º | 0.51% | 0.52% | - |
| HSV(B) | 93.07º | 0.65% | 0.76% | - |
| XYZ | 29.02 | 43.81 | 12.4 | - |
| YUV | 159.59 | 76.31 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 68 | 0.36 | 0 | 0.65 | 0.24 | 93.07 | 0.51 | 0.52 |
| Hex | 7D | C3 | 44 | 24 | 0 | 41 | 18 | 5D | 33 | 34 |
| Octal | 175 | 303 | 104 | 44 | 0 | 101 | 30 | 135 | 63 | 64 |
| Binary | 1111101 | 11000011 | 1000100 | 100100 | 0 | 1000001 | 11000 | 1011101 | 110011 | 110100 |
Color Harmonies of #7DC344
Complementary color
Monochromatic Colors of #7DC344
Black with #7DC344
Text Example
Text Example
White with #7DC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC344; }
p { color: rgb(125,195,68); }
H1.HeaderClassName
{
color: #7DC344;
}
.AnyTagClassName
{
color: #7DC344;
}
</style>
background-color css
<style>
a { background-color: #7DC344; }
a { background-color: rgb(125,195,68); }
div.DivClassName
{
background-color: #7DC344;
}
.BgClassName
{
background-color: #7DC344;
}
</style>
border-color css
<style>
span { border-color: #7DC344; }
span { border-color: rgb(125,195,68); }
td.TdClassName
{
border-color: #7DC344;
}
.TagClassName
{
border-color: #7DC344;
}
</style>