Shades of Mantis #7DD25C
Tints of Mantis #7DD25C
RGB
CMYK
RGB Variations
Color information
#7DD25C (or 0x7DD25C) is known color: Mantis. HEX triplet: 7D, D2 and 5C. RGB value is (125,210,92). Sum of RGB (Red+Green+Blue) = 125+210+92=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD25C is #822DA3. Grayscale: #ABABAB. Windows color (decimal): -8531364 or 6083197. OLE color: 6083197.
HSL color Cylindrical-coordinate representation of color #7DD25C: hue angle of 103.22º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DD25C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 92 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.18 |
| HSL | 103.22º | 0.57% | 0.59% | - |
| HSV(B) | 103.22º | 0.56% | 0.82% | - |
| XYZ | 33.44 | 51.23 | 18.25 | - |
| YUV | 171.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 92 | 0.40 | 0 | 0.56 | 0.18 | 103.22 | 0.57 | 0.59 |
| Hex | 7D | D2 | 5C | 28 | 0 | 38 | 12 | 67 | 39 | 3B |
| Octal | 175 | 322 | 134 | 50 | 0 | 70 | 22 | 147 | 71 | 73 |
| Binary | 1111101 | 11010010 | 1011100 | 101000 | 0 | 111000 | 10010 | 1100111 | 111001 | 111011 |
Color Harmonies of #7DD25C
Complementary color
Monochromatic Colors of #7DD25C
Black with #7DD25C
Text Example
Text Example
White with #7DD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD25C; }
p { color: rgb(125,210,92); }
H1.HeaderClassName
{
color: #7DD25C;
}
.AnyTagClassName
{
color: #7DD25C;
}
</style>
background-color css
<style>
a { background-color: #7DD25C; }
a { background-color: rgb(125,210,92); }
div.DivClassName
{
background-color: #7DD25C;
}
.BgClassName
{
background-color: #7DD25C;
}
</style>
border-color css
<style>
span { border-color: #7DD25C; }
span { border-color: rgb(125,210,92); }
td.TdClassName
{
border-color: #7DD25C;
}
.TagClassName
{
border-color: #7DD25C;
}
</style>