Shades of Mantis #7CC665
Tints of Mantis #7CC665
RGB
CMYK
RGB Variations
Color information
#7CC665 (or 0x7CC665) is known color: Mantis. HEX triplet: 7C, C6 and 65. RGB value is (124,198,101). Sum of RGB (Red+Green+Blue) = 124+198+101=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC665 is #83399A. Grayscale: #A5A5A5. Windows color (decimal): -8599963 or 6669948. OLE color: 6669948.
HSL color Cylindrical-coordinate representation of color #7CC665: hue angle of 105.77º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CC665 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 101 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.22 |
| HSL | 105.77º | 0.46% | 0.59% | - |
| HSV(B) | 105.77º | 0.49% | 0.78% | - |
| XYZ | 30.86 | 45.61 | 19.49 | - |
| YUV | 164.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 101 | 0.37 | 0 | 0.49 | 0.22 | 105.77 | 0.46 | 0.59 |
| Hex | 7C | C6 | 65 | 25 | 0 | 31 | 16 | 6A | 2E | 3B |
| Octal | 174 | 306 | 145 | 45 | 0 | 61 | 26 | 152 | 56 | 73 |
| Binary | 1111100 | 11000110 | 1100101 | 100101 | 0 | 110001 | 10110 | 1101010 | 101110 | 111011 |
Color Harmonies of #7CC665
Complementary color
Monochromatic Colors of #7CC665
Black with #7CC665
Text Example
Text Example
White with #7CC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC665; }
p { color: rgb(124,198,101); }
H1.HeaderClassName
{
color: #7CC665;
}
.AnyTagClassName
{
color: #7CC665;
}
</style>
background-color css
<style>
a { background-color: #7CC665; }
a { background-color: rgb(124,198,101); }
div.DivClassName
{
background-color: #7CC665;
}
.BgClassName
{
background-color: #7CC665;
}
</style>
border-color css
<style>
span { border-color: #7CC665; }
span { border-color: rgb(124,198,101); }
td.TdClassName
{
border-color: #7CC665;
}
.TagClassName
{
border-color: #7CC665;
}
</style>