Shades of Mantis #7DC04B
Tints of Mantis #7DC04B
RGB
CMYK
RGB Variations
Color information
#7DC04B (or 0x7DC04B) is known color: Mantis. HEX triplet: 7D, C0 and 4B. RGB value is (125,192,75). Sum of RGB (Red+Green+Blue) = 125+192+75=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC04B is #823FB4. Grayscale: #9F9F9F. Windows color (decimal): -8535989 or 4964477. OLE color: 4964477.
HSL color Cylindrical-coordinate representation of color #7DC04B: hue angle of 94.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DC04B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 75 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.25 |
| HSL | 94.36º | 0.48% | 0.52% | - |
| HSV(B) | 94.36º | 0.61% | 0.75% | - |
| XYZ | 28.58 | 42.57 | 13.37 | - |
| YUV | 158.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 75 | 0.35 | 0 | 0.61 | 0.25 | 94.36 | 0.48 | 0.52 |
| Hex | 7D | C0 | 4B | 23 | 0 | 3D | 19 | 5E | 30 | 34 |
| Octal | 175 | 300 | 113 | 43 | 0 | 75 | 31 | 136 | 60 | 64 |
| Binary | 1111101 | 11000000 | 1001011 | 100011 | 0 | 111101 | 11001 | 1011110 | 110000 | 110100 |
Color Harmonies of #7DC04B
Complementary color
Monochromatic Colors of #7DC04B
Black with #7DC04B
Text Example
Text Example
White with #7DC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC04B; }
p { color: rgb(125,192,75); }
H1.HeaderClassName
{
color: #7DC04B;
}
.AnyTagClassName
{
color: #7DC04B;
}
</style>
background-color css
<style>
a { background-color: #7DC04B; }
a { background-color: rgb(125,192,75); }
div.DivClassName
{
background-color: #7DC04B;
}
.BgClassName
{
background-color: #7DC04B;
}
</style>
border-color css
<style>
span { border-color: #7DC04B; }
span { border-color: rgb(125,192,75); }
td.TdClassName
{
border-color: #7DC04B;
}
.TagClassName
{
border-color: #7DC04B;
}
</style>