Shades of Mantis #7CC269
Tints of Mantis #7CC269
RGB
CMYK
RGB Variations
Color information
#7CC269 (or 0x7CC269) is known color: Mantis. HEX triplet: 7C, C2 and 69. RGB value is (124,194,105). Sum of RGB (Red+Green+Blue) = 124+194+105=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC269 is #833D96. Grayscale: #A3A3A3. Windows color (decimal): -8600983 or 6931068. OLE color: 6931068.
HSL color Cylindrical-coordinate representation of color #7CC269: hue angle of 107.19º degrees, saturation: 0.42, 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 #7CC269 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 105 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.24 |
| HSL | 107.19º | 0.42% | 0.59% | - |
| HSV(B) | 107.19º | 0.46% | 0.76% | - |
| XYZ | 30.15 | 43.89 | 20.25 | - |
| YUV | 162.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 105 | 0.36 | 0 | 0.46 | 0.24 | 107.19 | 0.42 | 0.59 |
| Hex | 7C | C2 | 69 | 24 | 0 | 2E | 18 | 6B | 2A | 3B |
| Octal | 174 | 302 | 151 | 44 | 0 | 56 | 30 | 153 | 52 | 73 |
| Binary | 1111100 | 11000010 | 1101001 | 100100 | 0 | 101110 | 11000 | 1101011 | 101010 | 111011 |
Color Harmonies of #7CC269
Complementary color
Monochromatic Colors of #7CC269
Black with #7CC269
Text Example
Text Example
White with #7CC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC269; }
p { color: rgb(124,194,105); }
H1.HeaderClassName
{
color: #7CC269;
}
.AnyTagClassName
{
color: #7CC269;
}
</style>
background-color css
<style>
a { background-color: #7CC269; }
a { background-color: rgb(124,194,105); }
div.DivClassName
{
background-color: #7CC269;
}
.BgClassName
{
background-color: #7CC269;
}
</style>
border-color css
<style>
span { border-color: #7CC269; }
span { border-color: rgb(124,194,105); }
td.TdClassName
{
border-color: #7CC269;
}
.TagClassName
{
border-color: #7CC269;
}
</style>