Shades of Mantis #69D155
Tints of Mantis #69D155
RGB
CMYK
RGB Variations
Color information
#69D155 (or 0x69D155) is known color: Mantis. HEX triplet: 69, D1 and 55. RGB value is (105,209,85). Sum of RGB (Red+Green+Blue) = 105+209+85=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #69D155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D155 is #962EAA. Grayscale: #A4A4A4. Windows color (decimal): -9842347 or 5624169. OLE color: 5624169.
HSL color Cylindrical-coordinate representation of color #69D155: hue angle of 110.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69D155 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 209 | 85 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.18 |
| HSL | 110.32º | 0.57% | 0.58% | - |
| HSV(B) | 110.32º | 0.59% | 0.82% | - |
| XYZ | 30.27 | 49.26 | 16.51 | - |
| YUV | 163.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 209 | 85 | 0.50 | 0 | 0.59 | 0.18 | 110.32 | 0.57 | 0.58 |
| Hex | 69 | D1 | 55 | 32 | 0 | 3B | 12 | 6E | 39 | 3A |
| Octal | 151 | 321 | 125 | 62 | 0 | 73 | 22 | 156 | 71 | 72 |
| Binary | 1101001 | 11010001 | 1010101 | 110010 | 0 | 111011 | 10010 | 1101110 | 111001 | 111010 |
Color Harmonies of #69D155
Complementary color
Monochromatic Colors of #69D155
Black with #69D155
Text Example
Text Example
White with #69D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D155; }
p { color: rgb(105,209,85); }
H1.HeaderClassName
{
color: #69D155;
}
.AnyTagClassName
{
color: #69D155;
}
</style>
background-color css
<style>
a { background-color: #69D155; }
a { background-color: rgb(105,209,85); }
div.DivClassName
{
background-color: #69D155;
}
.BgClassName
{
background-color: #69D155;
}
</style>
border-color css
<style>
span { border-color: #69D155; }
span { border-color: rgb(105,209,85); }
td.TdClassName
{
border-color: #69D155;
}
.TagClassName
{
border-color: #69D155;
}
</style>