Shades of Mantis #7DCC5C
Tints of Mantis #7DCC5C
RGB
CMYK
RGB Variations
Color information
#7DCC5C (or 0x7DCC5C) is known color: Mantis. HEX triplet: 7D, CC and 5C. RGB value is (125,204,92). Sum of RGB (Red+Green+Blue) = 125+204+92=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC5C is #8233A3. Grayscale: #A7A7A7. Windows color (decimal): -8532900 or 6081661. OLE color: 6081661.
HSL color Cylindrical-coordinate representation of color #7DCC5C: hue angle of 102.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DCC5C is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 92 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.2 |
| HSL | 102.32º | 0.52% | 0.58% | - |
| HSV(B) | 102.32º | 0.55% | 0.8% | - |
| XYZ | 31.98 | 48.32 | 17.77 | - |
| YUV | 167.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 92 | 0.39 | 0 | 0.55 | 0.2 | 102.32 | 0.52 | 0.58 |
| Hex | 7D | CC | 5C | 27 | 0 | 37 | 14 | 66 | 34 | 3A |
| Octal | 175 | 314 | 134 | 47 | 0 | 67 | 24 | 146 | 64 | 72 |
| Binary | 1111101 | 11001100 | 1011100 | 100111 | 0 | 110111 | 10100 | 1100110 | 110100 | 111010 |
Color Harmonies of #7DCC5C
Complementary color
Monochromatic Colors of #7DCC5C
Black with #7DCC5C
Text Example
Text Example
White with #7DCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC5C; }
p { color: rgb(125,204,92); }
H1.HeaderClassName
{
color: #7DCC5C;
}
.AnyTagClassName
{
color: #7DCC5C;
}
</style>
background-color css
<style>
a { background-color: #7DCC5C; }
a { background-color: rgb(125,204,92); }
div.DivClassName
{
background-color: #7DCC5C;
}
.BgClassName
{
background-color: #7DCC5C;
}
</style>
border-color css
<style>
span { border-color: #7DCC5C; }
span { border-color: rgb(125,204,92); }
td.TdClassName
{
border-color: #7DCC5C;
}
.TagClassName
{
border-color: #7DCC5C;
}
</style>