Shades of Mantis #7DCF40
Tints of Mantis #7DCF40
RGB
CMYK
RGB Variations
Color information
#7DCF40 (or 0x7DCF40) is known color: Mantis. HEX triplet: 7D, CF and 40. RGB value is (125,207,64). Sum of RGB (Red+Green+Blue) = 125+207+64=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF40 is #8230BF. Grayscale: #A6A6A6. Windows color (decimal): -8532160 or 4247421. OLE color: 4247421.
HSL color Cylindrical-coordinate representation of color #7DCF40: hue angle of 94.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DCF40 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 64 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.19 |
| HSL | 94.41º | 0.6% | 0.53% | - |
| HSV(B) | 94.41º | 0.69% | 0.81% | - |
| XYZ | 31.7 | 49.36 | 12.71 | - |
| YUV | 166.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 64 | 0.40 | 0 | 0.69 | 0.19 | 94.41 | 0.6 | 0.53 |
| Hex | 7D | CF | 40 | 28 | 0 | 45 | 13 | 5E | 3C | 35 |
| Octal | 175 | 317 | 100 | 50 | 0 | 105 | 23 | 136 | 74 | 65 |
| Binary | 1111101 | 11001111 | 1000000 | 101000 | 0 | 1000101 | 10011 | 1011110 | 111100 | 110101 |
Color Harmonies of #7DCF40
Complementary color
Monochromatic Colors of #7DCF40
Black with #7DCF40
Text Example
Text Example
White with #7DCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF40; }
p { color: rgb(125,207,64); }
H1.HeaderClassName
{
color: #7DCF40;
}
.AnyTagClassName
{
color: #7DCF40;
}
</style>
background-color css
<style>
a { background-color: #7DCF40; }
a { background-color: rgb(125,207,64); }
div.DivClassName
{
background-color: #7DCF40;
}
.BgClassName
{
background-color: #7DCF40;
}
</style>
border-color css
<style>
span { border-color: #7DCF40; }
span { border-color: rgb(125,207,64); }
td.TdClassName
{
border-color: #7DCF40;
}
.TagClassName
{
border-color: #7DCF40;
}
</style>