Shades of Mantis #69D655
Tints of Mantis #69D655
RGB
CMYK
RGB Variations
Color information
#69D655 (or 0x69D655) is known color: Mantis. HEX triplet: 69, D6 and 55. RGB value is (105,214,85). Sum of RGB (Red+Green+Blue) = 105+214+85=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #69D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D655 is #9629AA. Grayscale: #A7A7A7. Windows color (decimal): -9841067 or 5625449. OLE color: 5625449.
HSL color Cylindrical-coordinate representation of color #69D655: hue angle of 110.7º 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 #69D655 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 85 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.16 |
| HSL | 110.7º | 0.61% | 0.59% | - |
| HSV(B) | 110.7º | 0.6% | 0.84% | - |
| XYZ | 31.51 | 51.75 | 16.92 | - |
| YUV | 166.7 | 81.89 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 85 | 0.51 | 0 | 0.60 | 0.16 | 110.7 | 0.61 | 0.59 |
| Hex | 69 | D6 | 55 | 33 | 0 | 3C | 10 | 6F | 3D | 3B |
| Octal | 151 | 326 | 125 | 63 | 0 | 74 | 20 | 157 | 75 | 73 |
| Binary | 1101001 | 11010110 | 1010101 | 110011 | 0 | 111100 | 10000 | 1101111 | 111101 | 111011 |
Color Harmonies of #69D655
Complementary color
Monochromatic Colors of #69D655
Black with #69D655
Text Example
Text Example
White with #69D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D655; }
p { color: rgb(105,214,85); }
H1.HeaderClassName
{
color: #69D655;
}
.AnyTagClassName
{
color: #69D655;
}
</style>
background-color css
<style>
a { background-color: #69D655; }
a { background-color: rgb(105,214,85); }
div.DivClassName
{
background-color: #69D655;
}
.BgClassName
{
background-color: #69D655;
}
</style>
border-color css
<style>
span { border-color: #69D655; }
span { border-color: rgb(105,214,85); }
td.TdClassName
{
border-color: #69D655;
}
.TagClassName
{
border-color: #69D655;
}
</style>