Shades of Mantis #7CD25C
Tints of Mantis #7CD25C
RGB
CMYK
RGB Variations
Color information
#7CD25C (or 0x7CD25C) is known color: Mantis. HEX triplet: 7C, D2 and 5C. RGB value is (124,210,92). Sum of RGB (Red+Green+Blue) = 124+210+92=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD25C is #832DA3. Grayscale: #ABABAB. Windows color (decimal): -8596900 or 6083196. OLE color: 6083196.
HSL color Cylindrical-coordinate representation of color #7CD25C: hue angle of 103.73º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CD25C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 92 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.18 |
| HSL | 103.73º | 0.57% | 0.59% | - |
| HSV(B) | 103.73º | 0.56% | 0.82% | - |
| XYZ | 33.29 | 51.15 | 18.24 | - |
| YUV | 170.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 92 | 0.41 | 0 | 0.56 | 0.18 | 103.73 | 0.57 | 0.59 |
| Hex | 7C | D2 | 5C | 29 | 0 | 38 | 12 | 68 | 39 | 3B |
| Octal | 174 | 322 | 134 | 51 | 0 | 70 | 22 | 150 | 71 | 73 |
| Binary | 1111100 | 11010010 | 1011100 | 101001 | 0 | 111000 | 10010 | 1101000 | 111001 | 111011 |
Color Harmonies of #7CD25C
Complementary color
Monochromatic Colors of #7CD25C
Black with #7CD25C
Text Example
Text Example
White with #7CD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD25C; }
p { color: rgb(124,210,92); }
H1.HeaderClassName
{
color: #7CD25C;
}
.AnyTagClassName
{
color: #7CD25C;
}
</style>
background-color css
<style>
a { background-color: #7CD25C; }
a { background-color: rgb(124,210,92); }
div.DivClassName
{
background-color: #7CD25C;
}
.BgClassName
{
background-color: #7CD25C;
}
</style>
border-color css
<style>
span { border-color: #7CD25C; }
span { border-color: rgb(124,210,92); }
td.TdClassName
{
border-color: #7CD25C;
}
.TagClassName
{
border-color: #7CD25C;
}
</style>