Shades of Mantis #69D855
Tints of Mantis #69D855
RGB
CMYK
RGB Variations
Color information
#69D855 (or 0x69D855) is known color: Mantis. HEX triplet: 69, D8 and 55. RGB value is (105,216,85). Sum of RGB (Red+Green+Blue) = 105+216+85=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #69D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D855 is #9627AA. Grayscale: #A8A8A8. Windows color (decimal): -9840555 or 5625961. OLE color: 5625961.
HSL color Cylindrical-coordinate representation of color #69D855: hue angle of 110.84º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69D855 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 85 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.15 |
| HSL | 110.84º | 0.63% | 0.59% | - |
| HSV(B) | 110.84º | 0.61% | 0.85% | - |
| XYZ | 32.02 | 52.77 | 17.09 | - |
| YUV | 167.88 | 81.23 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 85 | 0.51 | 0 | 0.61 | 0.15 | 110.84 | 0.63 | 0.59 |
| Hex | 69 | D8 | 55 | 33 | 0 | 3D | F | 6F | 3F | 3B |
| Octal | 151 | 330 | 125 | 63 | 0 | 75 | 17 | 157 | 77 | 73 |
| Binary | 1101001 | 11011000 | 1010101 | 110011 | 0 | 111101 | 1111 | 1101111 | 111111 | 111011 |
Color Harmonies of #69D855
Complementary color
Monochromatic Colors of #69D855
Black with #69D855
Text Example
Text Example
White with #69D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D855; }
p { color: rgb(105,216,85); }
H1.HeaderClassName
{
color: #69D855;
}
.AnyTagClassName
{
color: #69D855;
}
</style>
background-color css
<style>
a { background-color: #69D855; }
a { background-color: rgb(105,216,85); }
div.DivClassName
{
background-color: #69D855;
}
.BgClassName
{
background-color: #69D855;
}
</style>
border-color css
<style>
span { border-color: #69D855; }
span { border-color: rgb(105,216,85); }
td.TdClassName
{
border-color: #69D855;
}
.TagClassName
{
border-color: #69D855;
}
</style>