Shades of Mantis #7DCA69
Tints of Mantis #7DCA69
RGB
CMYK
RGB Variations
Color information
#7DCA69 (or 0x7DCA69) is known color: Mantis. HEX triplet: 7D, CA and 69. RGB value is (125,202,105). Sum of RGB (Red+Green+Blue) = 125+202+105=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA69 is #823596. Grayscale: #A8A8A8. Windows color (decimal): -8533399 or 6933117. OLE color: 6933117.
HSL color Cylindrical-coordinate representation of color #7DCA69: hue angle of 107.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCA69 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 105 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.21 |
| HSL | 107.63º | 0.48% | 0.6% | - |
| HSV(B) | 107.63º | 0.48% | 0.79% | - |
| XYZ | 32.13 | 47.62 | 20.86 | - |
| YUV | 167.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 105 | 0.38 | 0 | 0.48 | 0.21 | 107.63 | 0.48 | 0.6 |
| Hex | 7D | CA | 69 | 26 | 0 | 30 | 15 | 6C | 30 | 3C |
| Octal | 175 | 312 | 151 | 46 | 0 | 60 | 25 | 154 | 60 | 74 |
| Binary | 1111101 | 11001010 | 1101001 | 100110 | 0 | 110000 | 10101 | 1101100 | 110000 | 111100 |
Color Harmonies of #7DCA69
Complementary color
Monochromatic Colors of #7DCA69
Black with #7DCA69
Text Example
Text Example
White with #7DCA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA69; }
p { color: rgb(125,202,105); }
H1.HeaderClassName
{
color: #7DCA69;
}
.AnyTagClassName
{
color: #7DCA69;
}
</style>
background-color css
<style>
a { background-color: #7DCA69; }
a { background-color: rgb(125,202,105); }
div.DivClassName
{
background-color: #7DCA69;
}
.BgClassName
{
background-color: #7DCA69;
}
</style>
border-color css
<style>
span { border-color: #7DCA69; }
span { border-color: rgb(125,202,105); }
td.TdClassName
{
border-color: #7DCA69;
}
.TagClassName
{
border-color: #7DCA69;
}
</style>