Shades of Mantis #7DCC3C
Tints of Mantis #7DCC3C
RGB
CMYK
RGB Variations
Color information
#7DCC3C (or 0x7DCC3C) is known color: Mantis. HEX triplet: 7D, CC and 3C. RGB value is (125,204,60). Sum of RGB (Red+Green+Blue) = 125+204+60=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC3C is #8233C3. Grayscale: #A4A4A4. Windows color (decimal): -8532932 or 3984509. OLE color: 3984509.
HSL color Cylindrical-coordinate representation of color #7DCC3C: hue angle of 92.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DCC3C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 60 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.2 |
| HSL | 92.92º | 0.59% | 0.52% | - |
| HSV(B) | 92.92º | 0.71% | 0.8% | - |
| XYZ | 30.87 | 47.87 | 11.89 | - |
| YUV | 163.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 60 | 0.39 | 0 | 0.71 | 0.2 | 92.92 | 0.59 | 0.52 |
| Hex | 7D | CC | 3C | 27 | 0 | 47 | 14 | 5D | 3B | 34 |
| Octal | 175 | 314 | 74 | 47 | 0 | 107 | 24 | 135 | 73 | 64 |
| Binary | 1111101 | 11001100 | 111100 | 100111 | 0 | 1000111 | 10100 | 1011101 | 111011 | 110100 |
Color Harmonies of #7DCC3C
Complementary color
Monochromatic Colors of #7DCC3C
Black with #7DCC3C
Text Example
Text Example
White with #7DCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC3C; }
p { color: rgb(125,204,60); }
H1.HeaderClassName
{
color: #7DCC3C;
}
.AnyTagClassName
{
color: #7DCC3C;
}
</style>
background-color css
<style>
a { background-color: #7DCC3C; }
a { background-color: rgb(125,204,60); }
div.DivClassName
{
background-color: #7DCC3C;
}
.BgClassName
{
background-color: #7DCC3C;
}
</style>
border-color css
<style>
span { border-color: #7DCC3C; }
span { border-color: rgb(125,204,60); }
td.TdClassName
{
border-color: #7DCC3C;
}
.TagClassName
{
border-color: #7DCC3C;
}
</style>