Shades of Mantis #7DCD4E
Tints of Mantis #7DCD4E
RGB
CMYK
RGB Variations
Color information
#7DCD4E (or 0x7DCD4E) is known color: Mantis. HEX triplet: 7D, CD and 4E. RGB value is (125,205,78). Sum of RGB (Red+Green+Blue) = 125+205+78=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD4E is #8232B1. Grayscale: #A7A7A7. Windows color (decimal): -8532658 or 5164413. OLE color: 5164413.
HSL color Cylindrical-coordinate representation of color #7DCD4E: hue angle of 97.8º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DCD4E is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 78 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.20 |
| HSL | 97.8º | 0.56% | 0.55% | - |
| HSV(B) | 97.8º | 0.62% | 0.8% | - |
| XYZ | 31.66 | 48.57 | 14.91 | - |
| YUV | 166.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 78 | 0.39 | 0 | 0.62 | 0.20 | 97.8 | 0.56 | 0.55 |
| Hex | 7D | CD | 4E | 27 | 0 | 3E | 14 | 62 | 38 | 37 |
| Octal | 175 | 315 | 116 | 47 | 0 | 76 | 24 | 142 | 70 | 67 |
| Binary | 1111101 | 11001101 | 1001110 | 100111 | 0 | 111110 | 10100 | 1100010 | 111000 | 110111 |
Color Harmonies of #7DCD4E
Complementary color
Monochromatic Colors of #7DCD4E
Black with #7DCD4E
Text Example
Text Example
White with #7DCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD4E; }
p { color: rgb(125,205,78); }
H1.HeaderClassName
{
color: #7DCD4E;
}
.AnyTagClassName
{
color: #7DCD4E;
}
</style>
background-color css
<style>
a { background-color: #7DCD4E; }
a { background-color: rgb(125,205,78); }
div.DivClassName
{
background-color: #7DCD4E;
}
.BgClassName
{
background-color: #7DCD4E;
}
</style>
border-color css
<style>
span { border-color: #7DCD4E; }
span { border-color: rgb(125,205,78); }
td.TdClassName
{
border-color: #7DCD4E;
}
.TagClassName
{
border-color: #7DCD4E;
}
</style>