Shades of Mantis #7DCD42
Tints of Mantis #7DCD42
RGB
CMYK
RGB Variations
Color information
#7DCD42 (or 0x7DCD42) is known color: Mantis. HEX triplet: 7D, CD and 42. RGB value is (125,205,66). Sum of RGB (Red+Green+Blue) = 125+205+66=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD42 is #8232BD. Grayscale: #A5A5A5. Windows color (decimal): -8532670 or 4377981. OLE color: 4377981.
HSL color Cylindrical-coordinate representation of color #7DCD42: hue angle of 94.53º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DCD42 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 66 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.20 |
| HSL | 94.53º | 0.58% | 0.53% | - |
| HSV(B) | 94.53º | 0.68% | 0.8% | - |
| XYZ | 31.27 | 48.42 | 12.85 | - |
| YUV | 165.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 66 | 0.39 | 0 | 0.68 | 0.20 | 94.53 | 0.58 | 0.53 |
| Hex | 7D | CD | 42 | 27 | 0 | 44 | 14 | 5F | 3A | 35 |
| Octal | 175 | 315 | 102 | 47 | 0 | 104 | 24 | 137 | 72 | 65 |
| Binary | 1111101 | 11001101 | 1000010 | 100111 | 0 | 1000100 | 10100 | 1011111 | 111010 | 110101 |
Color Harmonies of #7DCD42
Complementary color
Monochromatic Colors of #7DCD42
Black with #7DCD42
Text Example
Text Example
White with #7DCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD42; }
p { color: rgb(125,205,66); }
H1.HeaderClassName
{
color: #7DCD42;
}
.AnyTagClassName
{
color: #7DCD42;
}
</style>
background-color css
<style>
a { background-color: #7DCD42; }
a { background-color: rgb(125,205,66); }
div.DivClassName
{
background-color: #7DCD42;
}
.BgClassName
{
background-color: #7DCD42;
}
</style>
border-color css
<style>
span { border-color: #7DCD42; }
span { border-color: rgb(125,205,66); }
td.TdClassName
{
border-color: #7DCD42;
}
.TagClassName
{
border-color: #7DCD42;
}
</style>