Shades of Mantis #7DC83C
Tints of Mantis #7DC83C
RGB
CMYK
RGB Variations
Color information
#7DC83C (or 0x7DC83C) is known color: Mantis. HEX triplet: 7D, C8 and 3C. RGB value is (125,200,60). Sum of RGB (Red+Green+Blue) = 125+200+60=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC83C is #8237C3. Grayscale: #A2A2A2. Windows color (decimal): -8533956 or 3983485. OLE color: 3983485.
HSL color Cylindrical-coordinate representation of color #7DC83C: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DC83C is Cyan = 0.38, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 60 | - |
| CMYK | 0.38 | 0 | 0.7 | 0.22 |
| HSL | 92.14º | 0.56% | 0.51% | - |
| HSV(B) | 92.14º | 0.7% | 0.78% | - |
| XYZ | 29.93 | 45.99 | 11.58 | - |
| YUV | 161.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 60 | 0.38 | 0 | 0.7 | 0.22 | 92.14 | 0.56 | 0.51 |
| Hex | 7D | C8 | 3C | 26 | 0 | 46 | 16 | 5C | 38 | 33 |
| Octal | 175 | 310 | 74 | 46 | 0 | 106 | 26 | 134 | 70 | 63 |
| Binary | 1111101 | 11001000 | 111100 | 100110 | 0 | 1000110 | 10110 | 1011100 | 111000 | 110011 |
Color Harmonies of #7DC83C
Complementary color
Monochromatic Colors of #7DC83C
Black with #7DC83C
Text Example
Text Example
White with #7DC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC83C; }
p { color: rgb(125,200,60); }
H1.HeaderClassName
{
color: #7DC83C;
}
.AnyTagClassName
{
color: #7DC83C;
}
</style>
background-color css
<style>
a { background-color: #7DC83C; }
a { background-color: rgb(125,200,60); }
div.DivClassName
{
background-color: #7DC83C;
}
.BgClassName
{
background-color: #7DC83C;
}
</style>
border-color css
<style>
span { border-color: #7DC83C; }
span { border-color: rgb(125,200,60); }
td.TdClassName
{
border-color: #7DC83C;
}
.TagClassName
{
border-color: #7DC83C;
}
</style>