Shades of Mantis #69D751
Tints of Mantis #69D751
RGB
CMYK
RGB Variations
Color information
#69D751 (or 0x69D751) is known color: Mantis. HEX triplet: 69, D7 and 51. RGB value is (105,215,81). Sum of RGB (Red+Green+Blue) = 105+215+81=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #69D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D751 is #9628AE. Grayscale: #A7A7A7. Windows color (decimal): -9840815 or 5363561. OLE color: 5363561.
HSL color Cylindrical-coordinate representation of color #69D751: hue angle of 109.25º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69D751 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 81 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.16 |
| HSL | 109.25º | 0.63% | 0.58% | - |
| HSV(B) | 109.25º | 0.62% | 0.84% | - |
| XYZ | 31.61 | 52.2 | 16.19 | - |
| YUV | 166.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 81 | 0.51 | 0 | 0.62 | 0.16 | 109.25 | 0.63 | 0.58 |
| Hex | 69 | D7 | 51 | 33 | 0 | 3E | 10 | 6D | 3F | 3A |
| Octal | 151 | 327 | 121 | 63 | 0 | 76 | 20 | 155 | 77 | 72 |
| Binary | 1101001 | 11010111 | 1010001 | 110011 | 0 | 111110 | 10000 | 1101101 | 111111 | 111010 |
Color Harmonies of #69D751
Complementary color
Monochromatic Colors of #69D751
Black with #69D751
Text Example
Text Example
White with #69D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D751; }
p { color: rgb(105,215,81); }
H1.HeaderClassName
{
color: #69D751;
}
.AnyTagClassName
{
color: #69D751;
}
</style>
background-color css
<style>
a { background-color: #69D751; }
a { background-color: rgb(105,215,81); }
div.DivClassName
{
background-color: #69D751;
}
.BgClassName
{
background-color: #69D751;
}
</style>
border-color css
<style>
span { border-color: #69D751; }
span { border-color: rgb(105,215,81); }
td.TdClassName
{
border-color: #69D751;
}
.TagClassName
{
border-color: #69D751;
}
</style>