Shades of Mantis #7CC369
Tints of Mantis #7CC369
RGB
CMYK
RGB Variations
Color information
#7CC369 (or 0x7CC369) is known color: Mantis. HEX triplet: 7C, C3 and 69. RGB value is (124,195,105). Sum of RGB (Red+Green+Blue) = 124+195+105=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC369 is #833C96. Grayscale: #A3A3A3. Windows color (decimal): -8600727 or 6931324. OLE color: 6931324.
HSL color Cylindrical-coordinate representation of color #7CC369: hue angle of 107.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CC369 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 105 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.24 |
| HSL | 107.33º | 0.43% | 0.59% | - |
| HSV(B) | 107.33º | 0.46% | 0.76% | - |
| XYZ | 30.38 | 44.34 | 20.32 | - |
| YUV | 163.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 105 | 0.36 | 0 | 0.46 | 0.24 | 107.33 | 0.43 | 0.59 |
| Hex | 7C | C3 | 69 | 24 | 0 | 2E | 18 | 6B | 2B | 3B |
| Octal | 174 | 303 | 151 | 44 | 0 | 56 | 30 | 153 | 53 | 73 |
| Binary | 1111100 | 11000011 | 1101001 | 100100 | 0 | 101110 | 11000 | 1101011 | 101011 | 111011 |
Color Harmonies of #7CC369
Complementary color
Monochromatic Colors of #7CC369
Black with #7CC369
Text Example
Text Example
White with #7CC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC369; }
p { color: rgb(124,195,105); }
H1.HeaderClassName
{
color: #7CC369;
}
.AnyTagClassName
{
color: #7CC369;
}
</style>
background-color css
<style>
a { background-color: #7CC369; }
a { background-color: rgb(124,195,105); }
div.DivClassName
{
background-color: #7CC369;
}
.BgClassName
{
background-color: #7CC369;
}
</style>
border-color css
<style>
span { border-color: #7CC369; }
span { border-color: rgb(124,195,105); }
td.TdClassName
{
border-color: #7CC369;
}
.TagClassName
{
border-color: #7CC369;
}
</style>