Shades of Mantis #69D651
Tints of Mantis #69D651
RGB
CMYK
RGB Variations
Color information
#69D651 (or 0x69D651) is known color: Mantis. HEX triplet: 69, D6 and 51. RGB value is (105,214,81). Sum of RGB (Red+Green+Blue) = 105+214+81=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #69D651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D651 is #9629AE. Grayscale: #A6A6A6. Windows color (decimal): -9841071 or 5363305. OLE color: 5363305.
HSL color Cylindrical-coordinate representation of color #69D651: hue angle of 109.17º degrees, saturation: 0.62, 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 #69D651 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 81 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.16 |
| HSL | 109.17º | 0.62% | 0.58% | - |
| HSV(B) | 109.17º | 0.62% | 0.84% | - |
| XYZ | 31.36 | 51.69 | 16.11 | - |
| YUV | 166.25 | 79.89 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 81 | 0.51 | 0 | 0.62 | 0.16 | 109.17 | 0.62 | 0.58 |
| Hex | 69 | D6 | 51 | 33 | 0 | 3E | 10 | 6D | 3E | 3A |
| Octal | 151 | 326 | 121 | 63 | 0 | 76 | 20 | 155 | 76 | 72 |
| Binary | 1101001 | 11010110 | 1010001 | 110011 | 0 | 111110 | 10000 | 1101101 | 111110 | 111010 |
Color Harmonies of #69D651
Complementary color
Monochromatic Colors of #69D651
Black with #69D651
Text Example
Text Example
White with #69D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D651; }
p { color: rgb(105,214,81); }
H1.HeaderClassName
{
color: #69D651;
}
.AnyTagClassName
{
color: #69D651;
}
</style>
background-color css
<style>
a { background-color: #69D651; }
a { background-color: rgb(105,214,81); }
div.DivClassName
{
background-color: #69D651;
}
.BgClassName
{
background-color: #69D651;
}
</style>
border-color css
<style>
span { border-color: #69D651; }
span { border-color: rgb(105,214,81); }
td.TdClassName
{
border-color: #69D651;
}
.TagClassName
{
border-color: #69D651;
}
</style>