Shades of Mantis #69D656
Tints of Mantis #69D656
RGB
CMYK
RGB Variations
Color information
#69D656 (or 0x69D656) is known color: Mantis. HEX triplet: 69, D6 and 56. RGB value is (105,214,86). Sum of RGB (Red+Green+Blue) = 105+214+86=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #69D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D656 is #9629A9. Grayscale: #A7A7A7. Windows color (decimal): -9841066 or 5690985. OLE color: 5690985.
HSL color Cylindrical-coordinate representation of color #69D656: hue angle of 111.09º degrees, saturation: 0.61, 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 #69D656 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 86 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.16 |
| HSL | 111.09º | 0.61% | 0.59% | - |
| HSV(B) | 111.09º | 0.6% | 0.84% | - |
| XYZ | 31.55 | 51.77 | 17.13 | - |
| YUV | 166.82 | 82.39 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 86 | 0.51 | 0 | 0.60 | 0.16 | 111.09 | 0.61 | 0.59 |
| Hex | 69 | D6 | 56 | 33 | 0 | 3C | 10 | 6F | 3D | 3B |
| Octal | 151 | 326 | 126 | 63 | 0 | 74 | 20 | 157 | 75 | 73 |
| Binary | 1101001 | 11010110 | 1010110 | 110011 | 0 | 111100 | 10000 | 1101111 | 111101 | 111011 |
Color Harmonies of #69D656
Complementary color
Monochromatic Colors of #69D656
Black with #69D656
Text Example
Text Example
White with #69D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D656; }
p { color: rgb(105,214,86); }
H1.HeaderClassName
{
color: #69D656;
}
.AnyTagClassName
{
color: #69D656;
}
</style>
background-color css
<style>
a { background-color: #69D656; }
a { background-color: rgb(105,214,86); }
div.DivClassName
{
background-color: #69D656;
}
.BgClassName
{
background-color: #69D656;
}
</style>
border-color css
<style>
span { border-color: #69D656; }
span { border-color: rgb(105,214,86); }
td.TdClassName
{
border-color: #69D656;
}
.TagClassName
{
border-color: #69D656;
}
</style>