Shades of Mantis #7DD65B
Tints of Mantis #7DD65B
RGB
CMYK
RGB Variations
Color information
#7DD65B (or 0x7DD65B) is known color: Mantis. HEX triplet: 7D, D6 and 5B. RGB value is (125,214,91). Sum of RGB (Red+Green+Blue) = 125+214+91=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD65B is #8229A4. Grayscale: #ADADAD. Windows color (decimal): -8530341 or 6018685. OLE color: 6018685.
HSL color Cylindrical-coordinate representation of color #7DD65B: hue angle of 103.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD65B is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 91 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.16 |
| HSL | 103.41º | 0.6% | 0.6% | - |
| HSV(B) | 103.41º | 0.57% | 0.84% | - |
| XYZ | 34.39 | 53.21 | 18.36 | - |
| YUV | 173.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 91 | 0.42 | 0 | 0.57 | 0.16 | 103.41 | 0.6 | 0.6 |
| Hex | 7D | D6 | 5B | 2A | 0 | 39 | 10 | 67 | 3C | 3C |
| Octal | 175 | 326 | 133 | 52 | 0 | 71 | 20 | 147 | 74 | 74 |
| Binary | 1111101 | 11010110 | 1011011 | 101010 | 0 | 111001 | 10000 | 1100111 | 111100 | 111100 |
Color Harmonies of #7DD65B
Complementary color
Monochromatic Colors of #7DD65B
Black with #7DD65B
Text Example
Text Example
White with #7DD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD65B; }
p { color: rgb(125,214,91); }
H1.HeaderClassName
{
color: #7DD65B;
}
.AnyTagClassName
{
color: #7DD65B;
}
</style>
background-color css
<style>
a { background-color: #7DD65B; }
a { background-color: rgb(125,214,91); }
div.DivClassName
{
background-color: #7DD65B;
}
.BgClassName
{
background-color: #7DD65B;
}
</style>
border-color css
<style>
span { border-color: #7DD65B; }
span { border-color: rgb(125,214,91); }
td.TdClassName
{
border-color: #7DD65B;
}
.TagClassName
{
border-color: #7DD65B;
}
</style>