Shades of Mantis #7DB25C
Tints of Mantis #7DB25C
RGB
CMYK
RGB Variations
Color information
#7DB25C (or 0x7DB25C) is known color: Mantis. HEX triplet: 7D, B2 and 5C. RGB value is (125,178,92). Sum of RGB (Red+Green+Blue) = 125+178+92=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25C is #824DA3. Grayscale: #989898. Windows color (decimal): -8539556 or 6075005. OLE color: 6075005.
HSL color Cylindrical-coordinate representation of color #7DB25C: hue angle of 96.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB25C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 92 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.30 |
| HSL | 96.98º | 0.36% | 0.53% | - |
| HSV(B) | 96.98º | 0.48% | 0.7% | - |
| XYZ | 26.31 | 36.97 | 15.88 | - |
| YUV | 152.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 92 | 0.30 | 0 | 0.48 | 0.30 | 96.98 | 0.36 | 0.53 |
| Hex | 7D | B2 | 5C | 1E | 0 | 30 | 1E | 61 | 24 | 35 |
| Octal | 175 | 262 | 134 | 36 | 0 | 60 | 36 | 141 | 44 | 65 |
| Binary | 1111101 | 10110010 | 1011100 | 11110 | 0 | 110000 | 11110 | 1100001 | 100100 | 110101 |
Color Harmonies of #7DB25C
Complementary color
Monochromatic Colors of #7DB25C
Black with #7DB25C
Text Example
Text Example
White with #7DB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB25C; }
p { color: rgb(125,178,92); }
H1.HeaderClassName
{
color: #7DB25C;
}
.AnyTagClassName
{
color: #7DB25C;
}
</style>
background-color css
<style>
a { background-color: #7DB25C; }
a { background-color: rgb(125,178,92); }
div.DivClassName
{
background-color: #7DB25C;
}
.BgClassName
{
background-color: #7DB25C;
}
</style>
border-color css
<style>
span { border-color: #7DB25C; }
span { border-color: rgb(125,178,92); }
td.TdClassName
{
border-color: #7DB25C;
}
.TagClassName
{
border-color: #7DB25C;
}
</style>