Shades of Mantis #7DCD44
Tints of Mantis #7DCD44
RGB
CMYK
RGB Variations
Color information
#7DCD44 (or 0x7DCD44) is known color: Mantis. HEX triplet: 7D, CD and 44. RGB value is (125,205,68). Sum of RGB (Red+Green+Blue) = 125+205+68=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD44 is #8232BB. Grayscale: #A5A5A5. Windows color (decimal): -8532668 or 4509053. OLE color: 4509053.
HSL color Cylindrical-coordinate representation of color #7DCD44: hue angle of 95.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DCD44 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 68 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.20 |
| HSL | 95.04º | 0.58% | 0.54% | - |
| HSV(B) | 95.04º | 0.67% | 0.8% | - |
| XYZ | 31.33 | 48.44 | 13.17 | - |
| YUV | 165.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 68 | 0.39 | 0 | 0.67 | 0.20 | 95.04 | 0.58 | 0.54 |
| Hex | 7D | CD | 44 | 27 | 0 | 43 | 14 | 5F | 3A | 36 |
| Octal | 175 | 315 | 104 | 47 | 0 | 103 | 24 | 137 | 72 | 66 |
| Binary | 1111101 | 11001101 | 1000100 | 100111 | 0 | 1000011 | 10100 | 1011111 | 111010 | 110110 |
Color Harmonies of #7DCD44
Complementary color
Monochromatic Colors of #7DCD44
Black with #7DCD44
Text Example
Text Example
White with #7DCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD44; }
p { color: rgb(125,205,68); }
H1.HeaderClassName
{
color: #7DCD44;
}
.AnyTagClassName
{
color: #7DCD44;
}
</style>
background-color css
<style>
a { background-color: #7DCD44; }
a { background-color: rgb(125,205,68); }
div.DivClassName
{
background-color: #7DCD44;
}
.BgClassName
{
background-color: #7DCD44;
}
</style>
border-color css
<style>
span { border-color: #7DCD44; }
span { border-color: rgb(125,205,68); }
td.TdClassName
{
border-color: #7DCD44;
}
.TagClassName
{
border-color: #7DCD44;
}
</style>