Shades of Mantis #69D756
Tints of Mantis #69D756
RGB
CMYK
RGB Variations
Color information
#69D756 (or 0x69D756) is known color: Mantis. HEX triplet: 69, D7 and 56. RGB value is (105,215,86). Sum of RGB (Red+Green+Blue) = 105+215+86=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #69D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D756 is #9628A9. Grayscale: #A7A7A7. Windows color (decimal): -9840810 or 5691241. OLE color: 5691241.
HSL color Cylindrical-coordinate representation of color #69D756: hue angle of 111.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69D756 is Cyan = 0.51, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 86 | - |
| CMYK | 0.51 | 0 | 0.6 | 0.16 |
| HSL | 111.16º | 0.62% | 0.59% | - |
| HSV(B) | 111.16º | 0.6% | 0.84% | - |
| XYZ | 31.81 | 52.28 | 17.22 | - |
| YUV | 167.4 | 82.06 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 86 | 0.51 | 0 | 0.6 | 0.16 | 111.16 | 0.62 | 0.59 |
| Hex | 69 | D7 | 56 | 33 | 0 | 3C | 10 | 6F | 3E | 3B |
| Octal | 151 | 327 | 126 | 63 | 0 | 74 | 20 | 157 | 76 | 73 |
| Binary | 1101001 | 11010111 | 1010110 | 110011 | 0 | 111100 | 10000 | 1101111 | 111110 | 111011 |
Color Harmonies of #69D756
Complementary color
Monochromatic Colors of #69D756
Black with #69D756
Text Example
Text Example
White with #69D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D756; }
p { color: rgb(105,215,86); }
H1.HeaderClassName
{
color: #69D756;
}
.AnyTagClassName
{
color: #69D756;
}
</style>
background-color css
<style>
a { background-color: #69D756; }
a { background-color: rgb(105,215,86); }
div.DivClassName
{
background-color: #69D756;
}
.BgClassName
{
background-color: #69D756;
}
</style>
border-color css
<style>
span { border-color: #69D756; }
span { border-color: rgb(105,215,86); }
td.TdClassName
{
border-color: #69D756;
}
.TagClassName
{
border-color: #69D756;
}
</style>