Shades of Mantis #7DCE3F
Tints of Mantis #7DCE3F
RGB
CMYK
RGB Variations
Color information
#7DCE3F (or 0x7DCE3F) is known color: Mantis. HEX triplet: 7D, CE and 3F. RGB value is (125,206,63). Sum of RGB (Red+Green+Blue) = 125+206+63=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE3F is #8231C0. Grayscale: #A5A5A5. Windows color (decimal): -8532417 or 4181629. OLE color: 4181629.
HSL color Cylindrical-coordinate representation of color #7DCE3F: hue angle of 93.99º degrees, saturation: 0.59, 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 #7DCE3F is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 63 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.19 |
| HSL | 93.99º | 0.59% | 0.53% | - |
| HSV(B) | 93.99º | 0.69% | 0.81% | - |
| XYZ | 31.43 | 48.86 | 12.48 | - |
| YUV | 165.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 63 | 0.39 | 0 | 0.69 | 0.19 | 93.99 | 0.59 | 0.53 |
| Hex | 7D | CE | 3F | 27 | 0 | 45 | 13 | 5E | 3B | 35 |
| Octal | 175 | 316 | 77 | 47 | 0 | 105 | 23 | 136 | 73 | 65 |
| Binary | 1111101 | 11001110 | 111111 | 100111 | 0 | 1000101 | 10011 | 1011110 | 111011 | 110101 |
Color Harmonies of #7DCE3F
Complementary color
Monochromatic Colors of #7DCE3F
Black with #7DCE3F
Text Example
Text Example
White with #7DCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE3F; }
p { color: rgb(125,206,63); }
H1.HeaderClassName
{
color: #7DCE3F;
}
.AnyTagClassName
{
color: #7DCE3F;
}
</style>
background-color css
<style>
a { background-color: #7DCE3F; }
a { background-color: rgb(125,206,63); }
div.DivClassName
{
background-color: #7DCE3F;
}
.BgClassName
{
background-color: #7DCE3F;
}
</style>
border-color css
<style>
span { border-color: #7DCE3F; }
span { border-color: rgb(125,206,63); }
td.TdClassName
{
border-color: #7DCE3F;
}
.TagClassName
{
border-color: #7DCE3F;
}
</style>