Shades of Mantis #7DC13C
Tints of Mantis #7DC13C
RGB
CMYK
RGB Variations
Color information
#7DC13C (or 0x7DC13C) is known color: Mantis. HEX triplet: 7D, C1 and 3C. RGB value is (125,193,60). Sum of RGB (Red+Green+Blue) = 125+193+60=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC13C is #823EC3. Grayscale: #9D9D9D. Windows color (decimal): -8535748 or 3981693. OLE color: 3981693.
HSL color Cylindrical-coordinate representation of color #7DC13C: hue angle of 90.68º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DC13C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 60 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.24 |
| HSL | 90.68º | 0.53% | 0.5% | - |
| HSV(B) | 90.68º | 0.69% | 0.76% | - |
| XYZ | 28.34 | 42.83 | 11.05 | - |
| YUV | 157.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 60 | 0.35 | 0 | 0.69 | 0.24 | 90.68 | 0.53 | 0.5 |
| Hex | 7D | C1 | 3C | 23 | 0 | 45 | 18 | 5B | 35 | 32 |
| Octal | 175 | 301 | 74 | 43 | 0 | 105 | 30 | 133 | 65 | 62 |
| Binary | 1111101 | 11000001 | 111100 | 100011 | 0 | 1000101 | 11000 | 1011011 | 110101 | 110010 |
Color Harmonies of #7DC13C
Complementary color
Monochromatic Colors of #7DC13C
Black with #7DC13C
Text Example
Text Example
White with #7DC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC13C; }
p { color: rgb(125,193,60); }
H1.HeaderClassName
{
color: #7DC13C;
}
.AnyTagClassName
{
color: #7DC13C;
}
</style>
background-color css
<style>
a { background-color: #7DC13C; }
a { background-color: rgb(125,193,60); }
div.DivClassName
{
background-color: #7DC13C;
}
.BgClassName
{
background-color: #7DC13C;
}
</style>
border-color css
<style>
span { border-color: #7DC13C; }
span { border-color: rgb(125,193,60); }
td.TdClassName
{
border-color: #7DC13C;
}
.TagClassName
{
border-color: #7DC13C;
}
</style>