Shades of Mantis #7DCD5B
Tints of Mantis #7DCD5B
RGB
CMYK
RGB Variations
Color information
#7DCD5B (or 0x7DCD5B) is known color: Mantis. HEX triplet: 7D, CD and 5B. RGB value is (125,205,91). Sum of RGB (Red+Green+Blue) = 125+205+91=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD5B is #8232A4. Grayscale: #A8A8A8. Windows color (decimal): -8532645 or 6016381. OLE color: 6016381.
HSL color Cylindrical-coordinate representation of color #7DCD5B: hue angle of 102.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DCD5B is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 91 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.20 |
| HSL | 102.11º | 0.53% | 0.58% | - |
| HSV(B) | 102.11º | 0.56% | 0.8% | - |
| XYZ | 32.18 | 48.78 | 17.62 | - |
| YUV | 168.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 91 | 0.39 | 0 | 0.56 | 0.20 | 102.11 | 0.53 | 0.58 |
| Hex | 7D | CD | 5B | 27 | 0 | 38 | 14 | 66 | 35 | 3A |
| Octal | 175 | 315 | 133 | 47 | 0 | 70 | 24 | 146 | 65 | 72 |
| Binary | 1111101 | 11001101 | 1011011 | 100111 | 0 | 111000 | 10100 | 1100110 | 110101 | 111010 |
Color Harmonies of #7DCD5B
Complementary color
Monochromatic Colors of #7DCD5B
Black with #7DCD5B
Text Example
Text Example
White with #7DCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD5B; }
p { color: rgb(125,205,91); }
H1.HeaderClassName
{
color: #7DCD5B;
}
.AnyTagClassName
{
color: #7DCD5B;
}
</style>
background-color css
<style>
a { background-color: #7DCD5B; }
a { background-color: rgb(125,205,91); }
div.DivClassName
{
background-color: #7DCD5B;
}
.BgClassName
{
background-color: #7DCD5B;
}
</style>
border-color css
<style>
span { border-color: #7DCD5B; }
span { border-color: rgb(125,205,91); }
td.TdClassName
{
border-color: #7DCD5B;
}
.TagClassName
{
border-color: #7DCD5B;
}
</style>